Shades of Deep Magenta #C508AA
Tints of Deep Magenta #C508AA
RGB
CMYK
RGB Variations
Color information
#C508AA (or 0xC508AA) is known color: Deep Magenta. HEX triplet: C5, 08 and AA. RGB value is (197,8,170). Sum of RGB (Red+Green+Blue) = 197+8+170=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C508AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C508AA is #3AF755. Grayscale: #525252. Windows color (decimal): -3864406 or 11143365. OLE color: 11143365.
HSL color Cylindrical-coordinate representation of color #C508AA: hue angle of 308.57º 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 #C508AA is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 170 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.23 |
| HSL | 308.57º | 0.92% | 0.4% | - |
| HSV(B) | 308.57º | 0.96% | 0.77% | - |
| XYZ | 30.37 | 14.95 | 39.31 | - |
| YUV | 82.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 170 | 0 | 0.96 | 0.14 | 0.23 | 308.57 | 0.92 | 0.4 |
| Hex | C5 | 8 | AA | 0 | 60 | E | 17 | 135 | 5C | 28 |
| Octal | 305 | 10 | 252 | 0 | 140 | 16 | 27 | 465 | 134 | 50 |
| Binary | 11000101 | 1000 | 10101010 | 0 | 1100000 | 1110 | 10111 | 100110101 | 1011100 | 101000 |
Color Harmonies of #C508AA
Complementary color
Monochromatic Colors of #C508AA
Black with #C508AA
Text Example
Text Example
White with #C508AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508AA; }
p { color: rgb(197,8,170); }
H1.HeaderClassName
{
color: #C508AA;
}
.AnyTagClassName
{
color: #C508AA;
}
</style>
background-color css
<style>
a { background-color: #C508AA; }
a { background-color: rgb(197,8,170); }
div.DivClassName
{
background-color: #C508AA;
}
.BgClassName
{
background-color: #C508AA;
}
</style>
border-color css
<style>
span { border-color: #C508AA; }
span { border-color: rgb(197,8,170); }
td.TdClassName
{
border-color: #C508AA;
}
.TagClassName
{
border-color: #C508AA;
}
</style>