#CA4BB9

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

Shades of Fuchsia #CA4BB9

Tints of Fuchsia #CA4BB9

Color information

#CA4BB9 (or 0xCA4BB9) is unknown color: approx Fuchsia. HEX triplet: CA, 4B and B9. RGB value is (202,75,185). Sum of RGB (Red+Green+Blue) = 202+75+185=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BB9 is #35B446. Grayscale: #7D7D7D. Windows color (decimal): -3519559 or 12143562. OLE color: 12143562.

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

Color convert

RGB20275185-
CMYK00.630.080.21
HSL308.03º54.51%54.31%-
HSV(B)308.03º62.87%79.22%-
XYZ35.6321.0948.09-
YUV125.51161.58182.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 75 (29.69% from 255) = 16.23%
BLUE value IS 185 (72.66% from 255) = 40.04%
R=43.72%
G=16.23%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027518500.630.080.21308.0354.5154.31
HexCA4BB903F8151343736
Octal31211327107710254646766
Binary110010101001011101110010111111100010101100110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BB9; }

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

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

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

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

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

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

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

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