Shades of Fuchsia #CB52AD
Tints of Fuchsia #CB52AD
RGB
CMYK
RGB Variations
Color information
#CB52AD (or 0xCB52AD) is known color: Fuchsia. HEX triplet: CB, 52 and AD. RGB value is (203,82,173). Sum of RGB (Red+Green+Blue) = 203+82+173=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB52AD is #34AD52. Grayscale: #808080. Windows color (decimal): -3452243 or 11358923. OLE color: 11358923.
HSL color Cylindrical-coordinate representation of color #CB52AD: hue angle of 314.88º 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 #CB52AD is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 173 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.20 |
| HSL | 314.88º | 0.54% | 0.56% | - |
| HSV(B) | 314.88º | 0.6% | 0.8% | - |
| XYZ | 35.19 | 21.75 | 41.88 | - |
| YUV | 128.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 173 | 0 | 0.60 | 0.15 | 0.20 | 314.88 | 0.54 | 0.56 |
| Hex | CB | 52 | AD | 0 | 3C | F | 14 | 13B | 36 | 38 |
| Octal | 313 | 122 | 255 | 0 | 74 | 17 | 24 | 473 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10101101 | 0 | 111100 | 1111 | 10100 | 100111011 | 110110 | 111000 |
Color Harmonies of #CB52AD
Complementary color
Monochromatic Colors of #CB52AD
Black with #CB52AD
Text Example
Text Example
White with #CB52AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52AD; }
p { color: rgb(203,82,173); }
H1.HeaderClassName
{
color: #CB52AD;
}
.AnyTagClassName
{
color: #CB52AD;
}
</style>
background-color css
<style>
a { background-color: #CB52AD; }
a { background-color: rgb(203,82,173); }
div.DivClassName
{
background-color: #CB52AD;
}
.BgClassName
{
background-color: #CB52AD;
}
</style>
border-color css
<style>
span { border-color: #CB52AD; }
span { border-color: rgb(203,82,173); }
td.TdClassName
{
border-color: #CB52AD;
}
.TagClassName
{
border-color: #CB52AD;
}
</style>