Shades of Fuchsia #CB59C0
Tints of Fuchsia #CB59C0
RGB
CMYK
RGB Variations
Color information
#CB59C0 (or 0xCB59C0) is known color: Fuchsia. HEX triplet: CB, 59 and C0. RGB value is (203,89,192). Sum of RGB (Red+Green+Blue) = 203+89+192=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59C0 is #34A63F. Grayscale: #868686. Windows color (decimal): -3450432 or 12605899. OLE color: 12605899.
HSL color Cylindrical-coordinate representation of color #CB59C0: hue angle of 305.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB59C0 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 192 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.20 |
| HSL | 305.79º | 0.52% | 0.57% | - |
| HSV(B) | 305.79º | 0.56% | 0.8% | - |
| XYZ | 37.72 | 23.65 | 52.45 | - |
| YUV | 134.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 192 | 0 | 0.56 | 0.05 | 0.20 | 305.79 | 0.52 | 0.57 |
| Hex | CB | 59 | C0 | 0 | 38 | 5 | 14 | 132 | 34 | 39 |
| Octal | 313 | 131 | 300 | 0 | 70 | 5 | 24 | 462 | 64 | 71 |
| Binary | 11001011 | 1011001 | 11000000 | 0 | 111000 | 101 | 10100 | 100110010 | 110100 | 111001 |
Color Harmonies of #CB59C0
Complementary color
Monochromatic Colors of #CB59C0
Black with #CB59C0
Text Example
Text Example
White with #CB59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB59C0; }
p { color: rgb(203,89,192); }
H1.HeaderClassName
{
color: #CB59C0;
}
.AnyTagClassName
{
color: #CB59C0;
}
</style>
background-color css
<style>
a { background-color: #CB59C0; }
a { background-color: rgb(203,89,192); }
div.DivClassName
{
background-color: #CB59C0;
}
.BgClassName
{
background-color: #CB59C0;
}
</style>
border-color css
<style>
span { border-color: #CB59C0; }
span { border-color: rgb(203,89,192); }
td.TdClassName
{
border-color: #CB59C0;
}
.TagClassName
{
border-color: #CB59C0;
}
</style>