Shades of Deep Magenta #C507A8
Tints of Deep Magenta #C507A8
RGB
CMYK
RGB Variations
Color information
#C507A8 (or 0xC507A8) is known color: Deep Magenta. HEX triplet: C5, 07 and A8. RGB value is (197,7,168). Sum of RGB (Red+Green+Blue) = 197+7+168=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C507A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C507A8 is #3AF857. Grayscale: #515151. Windows color (decimal): -3864664 or 11012037. OLE color: 11012037.
HSL color Cylindrical-coordinate representation of color #C507A8: hue angle of 309.16º degrees, saturation: 0.93, 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 #C507A8 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 168 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.23 |
| HSL | 309.16º | 0.93% | 0.4% | - |
| HSV(B) | 309.16º | 0.96% | 0.77% | - |
| XYZ | 30.17 | 14.85 | 38.32 | - |
| YUV | 82.16 | 176.45 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 168 | 0 | 0.96 | 0.15 | 0.23 | 309.16 | 0.93 | 0.4 |
| Hex | C5 | 7 | A8 | 0 | 60 | F | 17 | 135 | 5D | 28 |
| Octal | 305 | 7 | 250 | 0 | 140 | 17 | 27 | 465 | 135 | 50 |
| Binary | 11000101 | 111 | 10101000 | 0 | 1100000 | 1111 | 10111 | 100110101 | 1011101 | 101000 |
Color Harmonies of #C507A8
Complementary color
Monochromatic Colors of #C507A8
Black with #C507A8
Text Example
Text Example
White with #C507A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507A8; }
p { color: rgb(197,7,168); }
H1.HeaderClassName
{
color: #C507A8;
}
.AnyTagClassName
{
color: #C507A8;
}
</style>
background-color css
<style>
a { background-color: #C507A8; }
a { background-color: rgb(197,7,168); }
div.DivClassName
{
background-color: #C507A8;
}
.BgClassName
{
background-color: #C507A8;
}
</style>
border-color css
<style>
span { border-color: #C507A8; }
span { border-color: rgb(197,7,168); }
td.TdClassName
{
border-color: #C507A8;
}
.TagClassName
{
border-color: #C507A8;
}
</style>