Shades of Fuchsia #CB54AB
Tints of Fuchsia #CB54AB
RGB
CMYK
RGB Variations
Color information
#CB54AB (or 0xCB54AB) is known color: Fuchsia. HEX triplet: CB, 54 and AB. RGB value is (203,84,171). Sum of RGB (Red+Green+Blue) = 203+84+171=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB54AB is #34AB54. Grayscale: #818181. Windows color (decimal): -3451733 or 11228363. OLE color: 11228363.
HSL color Cylindrical-coordinate representation of color #CB54AB: hue angle of 316.13º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB54AB is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 171 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.20 |
| HSL | 316.13º | 0.53% | 0.56% | - |
| HSV(B) | 316.13º | 0.59% | 0.8% | - |
| XYZ | 35.15 | 21.98 | 40.92 | - |
| YUV | 129.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 171 | 0 | 0.59 | 0.16 | 0.20 | 316.13 | 0.53 | 0.56 |
| Hex | CB | 54 | AB | 0 | 3B | 10 | 14 | 13C | 35 | 38 |
| Octal | 313 | 124 | 253 | 0 | 73 | 20 | 24 | 474 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10101011 | 0 | 111011 | 10000 | 10100 | 100111100 | 110101 | 111000 |
Color Harmonies of #CB54AB
Complementary color
Monochromatic Colors of #CB54AB
Black with #CB54AB
Text Example
Text Example
White with #CB54AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54AB; }
p { color: rgb(203,84,171); }
H1.HeaderClassName
{
color: #CB54AB;
}
.AnyTagClassName
{
color: #CB54AB;
}
</style>
background-color css
<style>
a { background-color: #CB54AB; }
a { background-color: rgb(203,84,171); }
div.DivClassName
{
background-color: #CB54AB;
}
.BgClassName
{
background-color: #CB54AB;
}
</style>
border-color css
<style>
span { border-color: #CB54AB; }
span { border-color: rgb(203,84,171); }
td.TdClassName
{
border-color: #CB54AB;
}
.TagClassName
{
border-color: #CB54AB;
}
</style>