Shades of Fuchsia #CB51BD
Tints of Fuchsia #CB51BD
RGB
CMYK
RGB Variations
Color information
#CB51BD (or 0xCB51BD) is known color: Fuchsia. HEX triplet: CB, 51 and BD. RGB value is (203,81,189). Sum of RGB (Red+Green+Blue) = 203+81+189=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51BD is #34AE42. Grayscale: #818181. Windows color (decimal): -3452483 or 12407243. OLE color: 12407243.
HSL color Cylindrical-coordinate representation of color #CB51BD: hue angle of 306.89º 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 #CB51BD is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 189 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.20 |
| HSL | 306.89º | 0.54% | 0.56% | - |
| HSV(B) | 306.89º | 0.6% | 0.8% | - |
| XYZ | 36.76 | 22.26 | 50.5 | - |
| YUV | 129.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 189 | 0 | 0.60 | 0.07 | 0.20 | 306.89 | 0.54 | 0.56 |
| Hex | CB | 51 | BD | 0 | 3C | 7 | 14 | 133 | 36 | 38 |
| Octal | 313 | 121 | 275 | 0 | 74 | 7 | 24 | 463 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10111101 | 0 | 111100 | 111 | 10100 | 100110011 | 110110 | 111000 |
Color Harmonies of #CB51BD
Complementary color
Monochromatic Colors of #CB51BD
Black with #CB51BD
Text Example
Text Example
White with #CB51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51BD; }
p { color: rgb(203,81,189); }
H1.HeaderClassName
{
color: #CB51BD;
}
.AnyTagClassName
{
color: #CB51BD;
}
</style>
background-color css
<style>
a { background-color: #CB51BD; }
a { background-color: rgb(203,81,189); }
div.DivClassName
{
background-color: #CB51BD;
}
.BgClassName
{
background-color: #CB51BD;
}
</style>
border-color css
<style>
span { border-color: #CB51BD; }
span { border-color: rgb(203,81,189); }
td.TdClassName
{
border-color: #CB51BD;
}
.TagClassName
{
border-color: #CB51BD;
}
</style>