Shades of Fuchsia #CB52AB
Tints of Fuchsia #CB52AB
RGB
CMYK
RGB Variations
Color information
#CB52AB (or 0xCB52AB) is known color: Fuchsia. HEX triplet: CB, 52 and AB. RGB value is (203,82,171). Sum of RGB (Red+Green+Blue) = 203+82+171=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB52AB is #34AD54. Grayscale: #808080. Windows color (decimal): -3452245 or 11227851. OLE color: 11227851.
HSL color Cylindrical-coordinate representation of color #CB52AB: hue angle of 315.87º 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 #CB52AB is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 171 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.20 |
| HSL | 315.87º | 0.54% | 0.56% | - |
| HSV(B) | 315.87º | 0.6% | 0.8% | - |
| XYZ | 35 | 21.67 | 40.87 | - |
| YUV | 128.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 171 | 0 | 0.60 | 0.16 | 0.20 | 315.87 | 0.54 | 0.56 |
| Hex | CB | 52 | AB | 0 | 3C | 10 | 14 | 13C | 36 | 38 |
| Octal | 313 | 122 | 253 | 0 | 74 | 20 | 24 | 474 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10101011 | 0 | 111100 | 10000 | 10100 | 100111100 | 110110 | 111000 |
Color Harmonies of #CB52AB
Complementary color
Monochromatic Colors of #CB52AB
Black with #CB52AB
Text Example
Text Example
White with #CB52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52AB; }
p { color: rgb(203,82,171); }
H1.HeaderClassName
{
color: #CB52AB;
}
.AnyTagClassName
{
color: #CB52AB;
}
</style>
background-color css
<style>
a { background-color: #CB52AB; }
a { background-color: rgb(203,82,171); }
div.DivClassName
{
background-color: #CB52AB;
}
.BgClassName
{
background-color: #CB52AB;
}
</style>
border-color css
<style>
span { border-color: #CB52AB; }
span { border-color: rgb(203,82,171); }
td.TdClassName
{
border-color: #CB52AB;
}
.TagClassName
{
border-color: #CB52AB;
}
</style>