#CA5CC9

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

Shades of Fuchsia #CA5CC9

Tints of Fuchsia #CA5CC9

Color information

#CA5CC9 (or 0xCA5CC9) is unknown color: approx Fuchsia. HEX triplet: CA, 5C and C9. RGB value is (202,92,201). Sum of RGB (Red+Green+Blue) = 202+92+201=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CC9 is #35A336. Grayscale: #888888. Windows color (decimal): -3515191 or 13196490. OLE color: 13196490.

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

Color convert

RGB20292201-
CMYK00.540.000.21
HSL300.55º50.93%57.65%-
HSV(B)300.55º54.46%79.22%-
XYZ38.7324.4357.93-
YUV137.32163.94174.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=40.81%
G=18.59%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029220100.540.000.21300.5550.9357.65
HexCA5CC903601512d333a
Octal3121343110660254556372
Binary110010101011100110010010110110010101100101101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CC9; }

 p { color: rgb(202,92,201); }

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

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

 a { background-color: rgb(202,92,201); }

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

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

 span { border-color: rgb(202,92,201); }

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