Shades of Deep Magenta #C508AB
Tints of Deep Magenta #C508AB
RGB
CMYK
RGB Variations
Color information
#C508AB (or 0xC508AB) is known color: Deep Magenta. HEX triplet: C5, 08 and AB. RGB value is (197,8,171). Sum of RGB (Red+Green+Blue) = 197+8+171=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C508AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C508AB is #3AF754. Grayscale: #525252. Windows color (decimal): -3864405 or 11208901. OLE color: 11208901.
HSL color Cylindrical-coordinate representation of color #C508AB: hue angle of 308.25º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C508AB is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 171 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.23 |
| HSL | 308.25º | 0.92% | 0.4% | - |
| HSV(B) | 308.25º | 0.96% | 0.77% | - |
| XYZ | 30.46 | 14.98 | 39.81 | - |
| YUV | 83.09 | 177.62 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 171 | 0 | 0.96 | 0.13 | 0.23 | 308.25 | 0.92 | 0.4 |
| Hex | C5 | 8 | AB | 0 | 60 | D | 17 | 134 | 5C | 28 |
| Octal | 305 | 10 | 253 | 0 | 140 | 15 | 27 | 464 | 134 | 50 |
| Binary | 11000101 | 1000 | 10101011 | 0 | 1100000 | 1101 | 10111 | 100110100 | 1011100 | 101000 |
Color Harmonies of #C508AB
Complementary color
Monochromatic Colors of #C508AB
Black with #C508AB
Text Example
Text Example
White with #C508AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508AB; }
p { color: rgb(197,8,171); }
H1.HeaderClassName
{
color: #C508AB;
}
.AnyTagClassName
{
color: #C508AB;
}
</style>
background-color css
<style>
a { background-color: #C508AB; }
a { background-color: rgb(197,8,171); }
div.DivClassName
{
background-color: #C508AB;
}
.BgClassName
{
background-color: #C508AB;
}
</style>
border-color css
<style>
span { border-color: #C508AB; }
span { border-color: rgb(197,8,171); }
td.TdClassName
{
border-color: #C508AB;
}
.TagClassName
{
border-color: #C508AB;
}
</style>