#CA4BB0

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

Shades of Fuchsia #CA4BB0

Tints of Fuchsia #CA4BB0

Color information

#CA4BB0 (or 0xCA4BB0) is unknown color: approx Fuchsia. HEX triplet: CA, 4B and B0. RGB value is (202,75,176). Sum of RGB (Red+Green+Blue) = 202+75+176=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BB0 is #35B44F. Grayscale: #7C7C7C. Windows color (decimal): -3519568 or 11553738. OLE color: 11553738.

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

Color convert

RGB20275176-
CMYK00.630.130.21
HSL312.28º54.51%54.31%-
HSV(B)312.28º62.87%79.22%-
XYZ34.7120.7243.24-
YUV124.49157.08183.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 75 (29.69% from 255) = 16.56%
BLUE value IS 176 (69.14% from 255) = 38.85%
R=44.59%
G=16.56%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027517600.630.130.21312.2854.5154.31
HexCA4BB003FD151383736
Octal31211326007715254706766
Binary110010101001011101100000111111110110101100111000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BB0; }

 p { color: rgb(202,75,176); }

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

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

 a { background-color: rgb(202,75,176); }

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

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

 span { border-color: rgb(202,75,176); }

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