#C545CA

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

Shades of Fuchsia #C545CA

Tints of Fuchsia #C545CA

Color information

#C545CA (or 0xC545CA) is unknown color: approx Fuchsia. HEX triplet: C5, 45 and CA. RGB value is (197,69,202). Sum of RGB (Red+Green+Blue) = 197+69+202=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #C545CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545CA is #3ABA35. Grayscale: #7A7A7A. Windows color (decimal): -3848758 or 13256133. OLE color: 13256133.

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

Color convert

RGB19769202-
CMYK0.020.6600.21
HSL297.74º55.65%53.14%-
HSV(B)297.74º65.84%79.22%-
XYZ35.8120.3957.93-
YUV122.43172.91181.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.09%
GREEN value IS 69 (27.34% from 255) = 14.74%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=42.09%
G=14.74%
B=43.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197692020.020.6600.21297.7455.6553.14
HexC545CA24201512a3835
Octal30510531221020254527065
Binary11000101100010111001010101000010010101100101010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C545CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C545CA; }

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

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

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

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

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

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

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

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