Shades of Fuchsia #CB5BBF
Tints of Fuchsia #CB5BBF
RGB
CMYK
RGB Variations
Color information
#CB5BBF (or 0xCB5BBF) is known color: Fuchsia. HEX triplet: CB, 5B and BF. RGB value is (203,91,191). Sum of RGB (Red+Green+Blue) = 203+91+191=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BBF is #34A440. Grayscale: #878787. Windows color (decimal): -3449921 or 12540875. OLE color: 12540875.
HSL color Cylindrical-coordinate representation of color #CB5BBF: hue angle of 306.43º 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 #CB5BBF is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 191 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.20 |
| HSL | 306.43º | 0.52% | 0.58% | - |
| HSV(B) | 306.43º | 0.55% | 0.8% | - |
| XYZ | 37.77 | 23.94 | 51.92 | - |
| YUV | 135.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 191 | 0 | 0.55 | 0.06 | 0.20 | 306.43 | 0.52 | 0.58 |
| Hex | CB | 5B | BF | 0 | 37 | 6 | 14 | 132 | 34 | 3A |
| Octal | 313 | 133 | 277 | 0 | 67 | 6 | 24 | 462 | 64 | 72 |
| Binary | 11001011 | 1011011 | 10111111 | 0 | 110111 | 110 | 10100 | 100110010 | 110100 | 111010 |
Color Harmonies of #CB5BBF
Complementary color
Monochromatic Colors of #CB5BBF
Black with #CB5BBF
Text Example
Text Example
White with #CB5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BBF; }
p { color: rgb(203,91,191); }
H1.HeaderClassName
{
color: #CB5BBF;
}
.AnyTagClassName
{
color: #CB5BBF;
}
</style>
background-color css
<style>
a { background-color: #CB5BBF; }
a { background-color: rgb(203,91,191); }
div.DivClassName
{
background-color: #CB5BBF;
}
.BgClassName
{
background-color: #CB5BBF;
}
</style>
border-color css
<style>
span { border-color: #CB5BBF; }
span { border-color: rgb(203,91,191); }
td.TdClassName
{
border-color: #CB5BBF;
}
.TagClassName
{
border-color: #CB5BBF;
}
</style>