#CB5BB9

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

Shades of Fuchsia #CB5BB9

Tints of Fuchsia #CB5BB9

Color information

#CB5BB9 (or 0xCB5BB9) is unknown color: approx Fuchsia. HEX triplet: CB, 5B and B9. RGB value is (203,91,185). Sum of RGB (Red+Green+Blue) = 203+91+185=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BB9 is #34A446. Grayscale: #868686. Windows color (decimal): -3449927 or 12147659. OLE color: 12147659.

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

Color convert

RGB20391185-
CMYK00.550.090.20
HSL309.64º51.85%57.65%-
HSV(B)309.64º55.17%79.61%-
XYZ37.1323.6848.51-
YUV135.2156.11176.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 91 (35.94% from 255) = 19.00%
BLUE value IS 185 (72.66% from 255) = 38.62%
R=42.38%
G=19.00%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039118500.550.090.20309.6451.8557.65
HexCB5BB9037914136343a
Octal31313327106711244666472
Binary110010111011011101110010110111100110100100110110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5BB9; }

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

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

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

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

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

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

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

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