Shades of Fuchsia #CB5BB9
Tints of Fuchsia #CB5BB9
RGB
CMYK
RGB Variations
Color information
#CB5BB9 (or 0xCB5BB9) is known color: 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
| RGB | 203 | 91 | 185 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.20 |
| HSL | 309.64º | 0.52% | 0.58% | - |
| HSV(B) | 309.64º | 0.55% | 0.8% | - |
| XYZ | 37.13 | 23.68 | 48.51 | - |
| YUV | 135.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 185 | 0 | 0.55 | 0.09 | 0.20 | 309.64 | 0.52 | 0.58 |
| Hex | CB | 5B | B9 | 0 | 37 | 9 | 14 | 136 | 34 | 3A |
| Octal | 313 | 133 | 271 | 0 | 67 | 11 | 24 | 466 | 64 | 72 |
| Binary | 11001011 | 1011011 | 10111001 | 0 | 110111 | 1001 | 10100 | 100110110 | 110100 | 111010 |
Color Harmonies of #CB5BB9
Complementary color
Monochromatic Colors of #CB5BB9
Black with #CB5BB9
Text Example
Text Example
White with #CB5BB9
Text Example
Text Example
HTML Codes & Css Web 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>