Shades of Fuchsia #CB58C0
Tints of Fuchsia #CB58C0
RGB
CMYK
RGB Variations
Color information
#CB58C0 (or 0xCB58C0) is known color: Fuchsia. HEX triplet: CB, 58 and C0. RGB value is (203,88,192). Sum of RGB (Red+Green+Blue) = 203+88+192=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB58C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58C0 is #34A73F. Grayscale: #858585. Windows color (decimal): -3450688 or 12605643. OLE color: 12605643.
HSL color Cylindrical-coordinate representation of color #CB58C0: hue angle of 305.74º 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 #CB58C0 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 192 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.20 |
| HSL | 305.74º | 0.53% | 0.57% | - |
| HSV(B) | 305.74º | 0.57% | 0.8% | - |
| XYZ | 37.63 | 23.48 | 52.42 | - |
| YUV | 134.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 192 | 0 | 0.57 | 0.05 | 0.20 | 305.74 | 0.53 | 0.57 |
| Hex | CB | 58 | C0 | 0 | 39 | 5 | 14 | 132 | 35 | 39 |
| Octal | 313 | 130 | 300 | 0 | 71 | 5 | 24 | 462 | 65 | 71 |
| Binary | 11001011 | 1011000 | 11000000 | 0 | 111001 | 101 | 10100 | 100110010 | 110101 | 111001 |
Color Harmonies of #CB58C0
Complementary color
Monochromatic Colors of #CB58C0
Black with #CB58C0
Text Example
Text Example
White with #CB58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58C0; }
p { color: rgb(203,88,192); }
H1.HeaderClassName
{
color: #CB58C0;
}
.AnyTagClassName
{
color: #CB58C0;
}
</style>
background-color css
<style>
a { background-color: #CB58C0; }
a { background-color: rgb(203,88,192); }
div.DivClassName
{
background-color: #CB58C0;
}
.BgClassName
{
background-color: #CB58C0;
}
</style>
border-color css
<style>
span { border-color: #CB58C0; }
span { border-color: rgb(203,88,192); }
td.TdClassName
{
border-color: #CB58C0;
}
.TagClassName
{
border-color: #CB58C0;
}
</style>