Shades of Deep Magenta #C508C0
Tints of Deep Magenta #C508C0
RGB
CMYK
RGB Variations
Color information
#C508C0 (or 0xC508C0) is known color: Deep Magenta. HEX triplet: C5, 08 and C0. RGB value is (197,8,192). Sum of RGB (Red+Green+Blue) = 197+8+192=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C508C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508C0 is #3AF73F. Grayscale: #545454. Windows color (decimal): -3864384 or 12585157. OLE color: 12585157.
HSL color Cylindrical-coordinate representation of color #C508C0: hue angle of 301.59º 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 #C508C0 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 192 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.23 |
| HSL | 301.59º | 0.92% | 0.4% | - |
| HSV(B) | 301.59º | 0.96% | 0.77% | - |
| XYZ | 32.63 | 15.85 | 51.21 | - |
| YUV | 85.49 | 188.12 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 192 | 0 | 0.96 | 0.03 | 0.23 | 301.59 | 0.92 | 0.4 |
| Hex | C5 | 8 | C0 | 0 | 60 | 3 | 17 | 12E | 5C | 28 |
| Octal | 305 | 10 | 300 | 0 | 140 | 3 | 27 | 456 | 134 | 50 |
| Binary | 11000101 | 1000 | 11000000 | 0 | 1100000 | 11 | 10111 | 100101110 | 1011100 | 101000 |
Color Harmonies of #C508C0
Complementary color
Monochromatic Colors of #C508C0
Black with #C508C0
Text Example
Text Example
White with #C508C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508C0; }
p { color: rgb(197,8,192); }
H1.HeaderClassName
{
color: #C508C0;
}
.AnyTagClassName
{
color: #C508C0;
}
</style>
background-color css
<style>
a { background-color: #C508C0; }
a { background-color: rgb(197,8,192); }
div.DivClassName
{
background-color: #C508C0;
}
.BgClassName
{
background-color: #C508C0;
}
</style>
border-color css
<style>
span { border-color: #C508C0; }
span { border-color: rgb(197,8,192); }
td.TdClassName
{
border-color: #C508C0;
}
.TagClassName
{
border-color: #C508C0;
}
</style>