#CA3EC9

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

Shades of Fuchsia #CA3EC9

Tints of Fuchsia #CA3EC9

Color information

#CA3EC9 (or 0xCA3EC9) is unknown color: approx Fuchsia. HEX triplet: CA, 3E and C9. RGB value is (202,62,201). Sum of RGB (Red+Green+Blue) = 202+62+201=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3EC9 is #35C136. Grayscale: #777777. Windows color (decimal): -3522871 or 13188810. OLE color: 13188810.

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

Color convert

RGB20262201-
CMYK00.690.000.21
HSL300.43º56.91%51.76%-
HSV(B)300.43º69.31%79.22%-
XYZ36.6220.2257.23-
YUV119.71173.88186.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 62 (24.61% from 255) = 13.33%
BLUE value IS 201 (78.91% from 255) = 43.23%
R=43.44%
G=13.33%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026220100.690.000.21300.4356.9151.76
HexCA3EC904501512c3934
Octal3127631101050254547164
Binary110010101111101100100101000101010101100101100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3EC9; }

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

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

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

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

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

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

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

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