#CA5CC2

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

Shades of Fuchsia #CA5CC2

Tints of Fuchsia #CA5CC2

Color information

#CA5CC2 (or 0xCA5CC2) is unknown color: approx Fuchsia. HEX triplet: CA, 5C and C2. RGB value is (202,92,194). Sum of RGB (Red+Green+Blue) = 202+92+194=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CC2 is #35A33D. Grayscale: #888888. Windows color (decimal): -3515198 or 12737738. OLE color: 12737738.

HSL color Cylindrical-coordinate representation of color #CA5CC2: hue angle of 304.36º 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 #CA5CC2 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB20292194-
CMYK00.540.040.21
HSL304.36º50.93%57.65%-
HSV(B)304.36º54.46%79.22%-
XYZ37.9224.1153.69-
YUV136.52160.44174.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 92 (36.33% from 255) = 18.85%
BLUE value IS 194 (76.17% from 255) = 39.75%
R=41.39%
G=18.85%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029219400.540.040.21304.3650.9357.65
HexCA5CC2036415130333a
Octal3121343020664254606372
Binary11001010101110011000010011011010010101100110000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CC2; }

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

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

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

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

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

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

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

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