#CA2DB6

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

Shades of Fuchsia #CA2DB6

Tints of Fuchsia #CA2DB6

Color information

#CA2DB6 (or 0xCA2DB6) is unknown color: approx Fuchsia. HEX triplet: CA, 2D and B6. RGB value is (202,45,182). Sum of RGB (Red+Green+Blue) = 202+45+182=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DB6 is #35D249. Grayscale: #6B6B6B. Windows color (decimal): -3527242 or 11939274. OLE color: 11939274.

HSL color Cylindrical-coordinate representation of color #CA2DB6: hue angle of 307.64º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2DB6 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB20245182-
CMYK00.780.100.21
HSL307.64º63.56%48.43%-
HSV(B)307.64º77.72%79.22%-
XYZ33.7417.8145.92-
YUV107.56170.01195.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 45 (17.97% from 255) = 10.49%
BLUE value IS 182 (71.48% from 255) = 42.42%
R=47.09%
G=10.49%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024518200.780.100.21307.6463.5648.43
HexCA2DB604EA151344030
Octal312552660116122546410060
Binary1100101010110110110110010011101010101011001101001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2DB6; }

 p { color: rgb(202,45,182); }

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

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

 a { background-color: rgb(202,45,182); }

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

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

 span { border-color: rgb(202,45,182); }

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