#cb5ab9

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

Shades of Fuchsia #CB5AB9

Tints of Fuchsia #CB5AB9

Color information

#CB5AB9 (or 0xCB5AB9) is unknown color: approx Fuchsia. HEX triplet: CB, 5A and B9. RGB value is (203,90,185). Sum of RGB (Red+Green+Blue) = 203+90+185=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5AB9 is #34A546. Grayscale: #868686. Windows color (decimal): -3450183 or 12147403. OLE color: 12147403.

HSL color Cylindrical-coordinate representation of color #CB5AB9: hue angle of 309.56º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5AB9 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB20390185-
CMYK00.560.090.20
HSL309.56º52.07%57.45%-
HSV(B)309.56º55.67%79.61%-
XYZ37.0423.5148.48-
YUV134.62156.44176.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 90 (35.55% from 255) = 18.83%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=42.47%
G=18.83%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039018500.560.090.20309.5652.0757.45
HexCB5AB90389141363439
Octal31313227107011244666471
Binary110010111011010101110010111000100110100100110110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5ab9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5ab9; }

 p { color: rgb(203,90,185); }

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

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

 a { background-color: rgb(203,90,185); }

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

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

 span { border-color: rgb(203,90,185); }

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