#C548CA

Color #C548CA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C548CA

Tints of Fuchsia #C548CA

Color information

#C548CA (or 0xC548CA) is unknown color: approx Fuchsia. HEX triplet: C5, 48 and CA. RGB value is (197,72,202). Sum of RGB (Red+Green+Blue) = 197+72+202=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #C548CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548CA is #3AB735. Grayscale: #7B7B7B. Windows color (decimal): -3847990 or 13256901. OLE color: 13256901.

HSL color Cylindrical-coordinate representation of color #C548CA: hue angle of 297.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C548CA is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19772202-
CMYK0.020.6400.21
HSL297.69º55.08%53.73%-
HSV(B)297.69º64.36%79.22%-
XYZ3620.7757.99-
YUV124.2171.91179.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 41.83%
GREEN value IS 72 (28.52% from 255) = 15.29%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=41.83%
G=15.29%
B=42.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197722020.020.6400.21297.6955.0853.73
HexC548CA24001512a3736
Octal30511031221000254526766
Binary11000101100100011001010101000000010101100101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C548CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C548CA; }

 p { color: rgb(197,72,202); }

 H1.HeaderClassName
 {
   color: #C548CA;
 }
 .AnyTagClassName
 {
   color: #C548CA;
 }
</style>
background-color css

<style>
 a { background-color: #C548CA; }

 a { background-color: rgb(197,72,202); }

 div.DivClassName
 {
   background-color: #C548CA;
 }
 .BgClassName
 {
   background-color: #C548CA;
 }
</style>
border-color css

<style>
 span { border-color: #C548CA; }

 span { border-color: rgb(197,72,202); }

 td.TdClassName
 {
   border-color: #C548CA;
 }
 .TagClassName
 {
   border-color: #C548CA;
 }
</style>