#CA2DB5

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

Shades of Fuchsia #CA2DB5

Tints of Fuchsia #CA2DB5

Color information

#CA2DB5 (or 0xCA2DB5) is unknown color: approx Fuchsia. HEX triplet: CA, 2D and B5. RGB value is (202,45,181). Sum of RGB (Red+Green+Blue) = 202+45+181=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DB5 is #35D24A. Grayscale: #6B6B6B. Windows color (decimal): -3527243 or 11873738. OLE color: 11873738.

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

Color convert

RGB20245181-
CMYK00.780.100.21
HSL308.03º63.56%48.43%-
HSV(B)308.03º77.72%79.22%-
XYZ33.6417.7745.37-
YUV107.45169.51195.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 45 (17.97% from 255) = 10.51%
BLUE value IS 181 (71.09% from 255) = 42.29%
R=47.20%
G=10.51%
B=42.29%

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
Decimal2024518100.780.100.21308.0363.5648.43
HexCA2DB504EA151344030
Octal312552650116122546410060
Binary1100101010110110110101010011101010101011001101001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2DB5; }

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

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

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

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

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

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

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

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