Shades of Fuchsia #CB58BB
Tints of Fuchsia #CB58BB
RGB
CMYK
RGB Variations
Color information
#CB58BB (or 0xCB58BB) is known color: Fuchsia. HEX triplet: CB, 58 and BB. RGB value is (203,88,187). Sum of RGB (Red+Green+Blue) = 203+88+187=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB58BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58BB is #34A744. Grayscale: #858585. Windows color (decimal): -3450693 or 12277963. OLE color: 12277963.
HSL color Cylindrical-coordinate representation of color #CB58BB: hue angle of 308.35º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB58BB is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 187 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.20 |
| HSL | 308.35º | 0.53% | 0.57% | - |
| HSV(B) | 308.35º | 0.57% | 0.8% | - |
| XYZ | 37.09 | 23.26 | 49.55 | - |
| YUV | 133.67 | 158.1 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 187 | 0 | 0.57 | 0.08 | 0.20 | 308.35 | 0.53 | 0.57 |
| Hex | CB | 58 | BB | 0 | 39 | 8 | 14 | 134 | 35 | 39 |
| Octal | 313 | 130 | 273 | 0 | 71 | 10 | 24 | 464 | 65 | 71 |
| Binary | 11001011 | 1011000 | 10111011 | 0 | 111001 | 1000 | 10100 | 100110100 | 110101 | 111001 |
Color Harmonies of #CB58BB
Complementary color
Monochromatic Colors of #CB58BB
Black with #CB58BB
Text Example
Text Example
White with #CB58BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58BB; }
p { color: rgb(203,88,187); }
H1.HeaderClassName
{
color: #CB58BB;
}
.AnyTagClassName
{
color: #CB58BB;
}
</style>
background-color css
<style>
a { background-color: #CB58BB; }
a { background-color: rgb(203,88,187); }
div.DivClassName
{
background-color: #CB58BB;
}
.BgClassName
{
background-color: #CB58BB;
}
</style>
border-color css
<style>
span { border-color: #CB58BB; }
span { border-color: rgb(203,88,187); }
td.TdClassName
{
border-color: #CB58BB;
}
.TagClassName
{
border-color: #CB58BB;
}
</style>