Shades of Fuchsia #CB51CB
Tints of Fuchsia #CB51CB
RGB
CMYK
RGB Variations
Color information
#CB51CB (or 0xCB51CB) is known color: Fuchsia. HEX triplet: CB, 51 and CB. RGB value is (203,81,203). Sum of RGB (Red+Green+Blue) = 203+81+203=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB51CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51CB is #34AE34. Grayscale: #838383. Windows color (decimal): -3452469 or 13324747. OLE color: 13324747.
HSL color Cylindrical-coordinate representation of color #CB51CB: hue angle of 300º 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 #CB51CB is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 203 | - |
| CMYK | 0 | 0.60 | 0 | 0.20 |
| HSL | 300º | 0.54% | 0.56% | - |
| HSV(B) | 300º | 0.6% | 0.8% | - |
| XYZ | 38.35 | 22.89 | 58.9 | - |
| YUV | 131.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 203 | 0 | 0.60 | 0 | 0.20 | 300 | 0.54 | 0.56 |
| Hex | CB | 51 | CB | 0 | 3C | 0 | 14 | 12C | 36 | 38 |
| Octal | 313 | 121 | 313 | 0 | 74 | 0 | 24 | 454 | 66 | 70 |
| Binary | 11001011 | 1010001 | 11001011 | 0 | 111100 | 0 | 10100 | 100101100 | 110110 | 111000 |
Color Harmonies of #CB51CB
Complementary color
Monochromatic Colors of #CB51CB
Black with #CB51CB
Text Example
Text Example
White with #CB51CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51CB; }
p { color: rgb(203,81,203); }
H1.HeaderClassName
{
color: #CB51CB;
}
.AnyTagClassName
{
color: #CB51CB;
}
</style>
background-color css
<style>
a { background-color: #CB51CB; }
a { background-color: rgb(203,81,203); }
div.DivClassName
{
background-color: #CB51CB;
}
.BgClassName
{
background-color: #CB51CB;
}
</style>
border-color css
<style>
span { border-color: #CB51CB; }
span { border-color: rgb(203,81,203); }
td.TdClassName
{
border-color: #CB51CB;
}
.TagClassName
{
border-color: #CB51CB;
}
</style>