Shades of Deep Magenta #C70DAD
Tints of Deep Magenta #C70DAD
RGB
CMYK
RGB Variations
Color information
#C70DAD (or 0xC70DAD) is known color: Deep Magenta. HEX triplet: C7, 0D and AD. RGB value is (199,13,173). Sum of RGB (Red+Green+Blue) = 199+13+173=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70DAD is #38F252. Grayscale: #565656. Windows color (decimal): -3732051 or 11341255. OLE color: 11341255.
HSL color Cylindrical-coordinate representation of color #C70DAD: hue angle of 308.39º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70DAD is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 173 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.22 |
| HSL | 308.39º | 0.88% | 0.42% | - |
| HSV(B) | 308.39º | 0.93% | 0.78% | - |
| XYZ | 31.24 | 15.45 | 40.87 | - |
| YUV | 86.85 | 176.62 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 173 | 0 | 0.93 | 0.13 | 0.22 | 308.39 | 0.88 | 0.42 |
| Hex | C7 | D | AD | 0 | 5D | D | 16 | 134 | 58 | 2A |
| Octal | 307 | 15 | 255 | 0 | 135 | 15 | 26 | 464 | 130 | 52 |
| Binary | 11000111 | 1101 | 10101101 | 0 | 1011101 | 1101 | 10110 | 100110100 | 1011000 | 101010 |
Color Harmonies of #C70DAD
Complementary color
Monochromatic Colors of #C70DAD
Black with #C70DAD
Text Example
Text Example
White with #C70DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DAD; }
p { color: rgb(199,13,173); }
H1.HeaderClassName
{
color: #C70DAD;
}
.AnyTagClassName
{
color: #C70DAD;
}
</style>
background-color css
<style>
a { background-color: #C70DAD; }
a { background-color: rgb(199,13,173); }
div.DivClassName
{
background-color: #C70DAD;
}
.BgClassName
{
background-color: #C70DAD;
}
</style>
border-color css
<style>
span { border-color: #C70DAD; }
span { border-color: rgb(199,13,173); }
td.TdClassName
{
border-color: #C70DAD;
}
.TagClassName
{
border-color: #C70DAD;
}
</style>