#CA2ED0

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

Shades of Fuchsia #CA2ED0

Tints of Fuchsia #CA2ED0

Color information

#CA2ED0 (or 0xCA2ED0) is unknown color: approx Fuchsia. HEX triplet: CA, 2E and D0. RGB value is (202,46,208). Sum of RGB (Red+Green+Blue) = 202+46+208=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA2ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ED0 is #35D12F. Grayscale: #6E6E6E. Windows color (decimal): -3526960 or 13643466. OLE color: 13643466.

HSL color Cylindrical-coordinate representation of color #CA2ED0: hue angle of 297.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2ED0 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20246208-
CMYK0.030.7800.18
HSL297.78º63.78%49.8%-
HSV(B)297.78º77.88%81.57%-
XYZ36.7219.0661.42-
YUV111.11182.68192.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 46 (18.36% from 255) = 10.09%
BLUE value IS 208 (81.64% from 255) = 45.61%
R=44.30%
G=10.09%
B=45.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202462080.030.7800.18297.7863.7849.8
HexCA2ED034E01212a4032
Octal31256320311602245210062
Binary11001010101110110100001110011100100101001010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2ED0; }

 p { color: rgb(202,46,208); }

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

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

 a { background-color: rgb(202,46,208); }

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

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

 span { border-color: rgb(202,46,208); }

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