#CA3EC6

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

Shades of Fuchsia #CA3EC6

Tints of Fuchsia #CA3EC6

Color information

#CA3EC6 (or 0xCA3EC6) is unknown color: approx Fuchsia. HEX triplet: CA, 3E and C6. RGB value is (202,62,198). Sum of RGB (Red+Green+Blue) = 202+62+198=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3EC6 is #35C139. Grayscale: #767676. Windows color (decimal): -3522874 or 12992202. OLE color: 12992202.

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

Color convert

RGB20262198-
CMYK00.690.020.21
HSL301.71º56.91%51.76%-
HSV(B)301.71º69.31%79.22%-
XYZ36.2720.0855.39-
YUV119.36172.38186.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 62 (24.61% from 255) = 13.42%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=43.72%
G=13.42%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026219800.690.020.21301.7156.9151.76
HexCA3EC604521512e3934
Octal3127630601052254567164
Binary1100101011111011000110010001011010101100101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3EC6; }

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

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

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

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

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

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

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

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