Shades of Fuchsia #CB55BB
Tints of Fuchsia #CB55BB
RGB
CMYK
RGB Variations
Color information
#CB55BB (or 0xCB55BB) is known color: Fuchsia. HEX triplet: CB, 55 and BB. RGB value is (203,85,187). Sum of RGB (Red+Green+Blue) = 203+85+187=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55BB is #34AA44. Grayscale: #838383. Windows color (decimal): -3451461 or 12277195. OLE color: 12277195.
HSL color Cylindrical-coordinate representation of color #CB55BB: hue angle of 308.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB55BB is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 187 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.20 |
| HSL | 308.14º | 0.53% | 0.56% | - |
| HSV(B) | 308.14º | 0.58% | 0.8% | - |
| XYZ | 36.85 | 22.78 | 49.47 | - |
| YUV | 131.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 187 | 0 | 0.58 | 0.08 | 0.20 | 308.14 | 0.53 | 0.56 |
| Hex | CB | 55 | BB | 0 | 3A | 8 | 14 | 134 | 35 | 38 |
| Octal | 313 | 125 | 273 | 0 | 72 | 10 | 24 | 464 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10111011 | 0 | 111010 | 1000 | 10100 | 100110100 | 110101 | 111000 |
Color Harmonies of #CB55BB
Complementary color
Monochromatic Colors of #CB55BB
Black with #CB55BB
Text Example
Text Example
White with #CB55BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55BB; }
p { color: rgb(203,85,187); }
H1.HeaderClassName
{
color: #CB55BB;
}
.AnyTagClassName
{
color: #CB55BB;
}
</style>
background-color css
<style>
a { background-color: #CB55BB; }
a { background-color: rgb(203,85,187); }
div.DivClassName
{
background-color: #CB55BB;
}
.BgClassName
{
background-color: #CB55BB;
}
</style>
border-color css
<style>
span { border-color: #CB55BB; }
span { border-color: rgb(203,85,187); }
td.TdClassName
{
border-color: #CB55BB;
}
.TagClassName
{
border-color: #CB55BB;
}
</style>