Shades of Fuchsia #CB51C0
Tints of Fuchsia #CB51C0
RGB
CMYK
RGB Variations
Color information
#CB51C0 (or 0xCB51C0) is known color: Fuchsia. HEX triplet: CB, 51 and C0. RGB value is (203,81,192). Sum of RGB (Red+Green+Blue) = 203+81+192=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB51C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51C0 is #34AE3F. Grayscale: #818181. Windows color (decimal): -3452480 or 12603851. OLE color: 12603851.
HSL color Cylindrical-coordinate representation of color #CB51C0: hue angle of 305.41º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB51C0 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 192 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.20 |
| HSL | 305.41º | 0.54% | 0.56% | - |
| HSV(B) | 305.41º | 0.6% | 0.8% | - |
| XYZ | 37.09 | 22.39 | 52.24 | - |
| YUV | 130.13 | 162.92 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 192 | 0 | 0.60 | 0.05 | 0.20 | 305.41 | 0.54 | 0.56 |
| Hex | CB | 51 | C0 | 0 | 3C | 5 | 14 | 131 | 36 | 38 |
| Octal | 313 | 121 | 300 | 0 | 74 | 5 | 24 | 461 | 66 | 70 |
| Binary | 11001011 | 1010001 | 11000000 | 0 | 111100 | 101 | 10100 | 100110001 | 110110 | 111000 |
Color Harmonies of #CB51C0
Complementary color
Monochromatic Colors of #CB51C0
Black with #CB51C0
Text Example
Text Example
White with #CB51C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51C0; }
p { color: rgb(203,81,192); }
H1.HeaderClassName
{
color: #CB51C0;
}
.AnyTagClassName
{
color: #CB51C0;
}
</style>
background-color css
<style>
a { background-color: #CB51C0; }
a { background-color: rgb(203,81,192); }
div.DivClassName
{
background-color: #CB51C0;
}
.BgClassName
{
background-color: #CB51C0;
}
</style>
border-color css
<style>
span { border-color: #CB51C0; }
span { border-color: rgb(203,81,192); }
td.TdClassName
{
border-color: #CB51C0;
}
.TagClassName
{
border-color: #CB51C0;
}
</style>