#CA4DB2

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

Shades of Fuchsia #CA4DB2

Tints of Fuchsia #CA4DB2

Color information

#CA4DB2 (or 0xCA4DB2) is unknown color: approx Fuchsia. HEX triplet: CA, 4D and B2. RGB value is (202,77,178). Sum of RGB (Red+Green+Blue) = 202+77+178=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4DB2 is #35B24D. Grayscale: #7D7D7D. Windows color (decimal): -3519054 or 11685322. OLE color: 11685322.

HSL color Cylindrical-coordinate representation of color #CA4DB2: hue angle of 311.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DB2 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB20277178-
CMYK00.620.120.21
HSL311.52º54.11%54.71%-
HSV(B)311.52º61.88%79.22%-
XYZ35.0521.0844.34-
YUV125.89157.41182.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=44.20%
G=16.85%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027717800.620.120.21311.5254.1154.71
HexCA4DB203EC151383637
Octal31211526207614254706667
Binary110010101001101101100100111110110010101100111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4DB2; }

 p { color: rgb(202,77,178); }

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

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

 a { background-color: rgb(202,77,178); }

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

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

 span { border-color: rgb(202,77,178); }

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