Shades of Fuchsia #CB51AA
Tints of Fuchsia #CB51AA
RGB
CMYK
RGB Variations
Color information
#CB51AA (or 0xCB51AA) is known color: Fuchsia. HEX triplet: CB, 51 and AA. RGB value is (203,81,170). Sum of RGB (Red+Green+Blue) = 203+81+170=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB51AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB51AA is #34AE55. Grayscale: #7F7F7F. Windows color (decimal): -3452502 or 11162059. OLE color: 11162059.
HSL color Cylindrical-coordinate representation of color #CB51AA: hue angle of 316.23º 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 #CB51AA is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 170 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.20 |
| HSL | 316.23º | 0.54% | 0.56% | - |
| HSV(B) | 316.23º | 0.6% | 0.8% | - |
| XYZ | 34.83 | 21.48 | 40.34 | - |
| YUV | 127.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 170 | 0 | 0.60 | 0.16 | 0.20 | 316.23 | 0.54 | 0.56 |
| Hex | CB | 51 | AA | 0 | 3C | 10 | 14 | 13C | 36 | 38 |
| Octal | 313 | 121 | 252 | 0 | 74 | 20 | 24 | 474 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10101010 | 0 | 111100 | 10000 | 10100 | 100111100 | 110110 | 111000 |
Color Harmonies of #CB51AA
Complementary color
Monochromatic Colors of #CB51AA
Black with #CB51AA
Text Example
Text Example
White with #CB51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51AA; }
p { color: rgb(203,81,170); }
H1.HeaderClassName
{
color: #CB51AA;
}
.AnyTagClassName
{
color: #CB51AA;
}
</style>
background-color css
<style>
a { background-color: #CB51AA; }
a { background-color: rgb(203,81,170); }
div.DivClassName
{
background-color: #CB51AA;
}
.BgClassName
{
background-color: #CB51AA;
}
</style>
border-color css
<style>
span { border-color: #CB51AA; }
span { border-color: rgb(203,81,170); }
td.TdClassName
{
border-color: #CB51AA;
}
.TagClassName
{
border-color: #CB51AA;
}
</style>