Shades of Deep Magenta #C70DC9
Tints of Deep Magenta #C70DC9
RGB
CMYK
RGB Variations
Color information
#C70DC9 (or 0xC70DC9) is known color: Deep Magenta. HEX triplet: C7, 0D and C9. RGB value is (199,13,201). Sum of RGB (Red+Green+Blue) = 199+13+201=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #C70DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DC9 is #38F236. Grayscale: #595959. Windows color (decimal): -3732023 or 13176263. OLE color: 13176263.
HSL color Cylindrical-coordinate representation of color #C70DC9: hue angle of 299.36º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70DC9 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 13 | 201 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.21 |
| HSL | 299.36º | 0.88% | 0.42% | - |
| HSV(B) | 299.36º | 0.94% | 0.79% | - |
| XYZ | 34.24 | 16.65 | 56.67 | - |
| YUV | 90.05 | 190.62 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 201 | 0.01 | 0.94 | 0 | 0.21 | 299.36 | 0.88 | 0.42 |
| Hex | C7 | D | C9 | 1 | 5E | 0 | 15 | 12B | 58 | 2A |
| Octal | 307 | 15 | 311 | 1 | 136 | 0 | 25 | 453 | 130 | 52 |
| Binary | 11000111 | 1101 | 11001001 | 1 | 1011110 | 0 | 10101 | 100101011 | 1011000 | 101010 |
Color Harmonies of #C70DC9
Complementary color
Monochromatic Colors of #C70DC9
Black with #C70DC9
Text Example
Text Example
White with #C70DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DC9; }
p { color: rgb(199,13,201); }
H1.HeaderClassName
{
color: #C70DC9;
}
.AnyTagClassName
{
color: #C70DC9;
}
</style>
background-color css
<style>
a { background-color: #C70DC9; }
a { background-color: rgb(199,13,201); }
div.DivClassName
{
background-color: #C70DC9;
}
.BgClassName
{
background-color: #C70DC9;
}
</style>
border-color css
<style>
span { border-color: #C70DC9; }
span { border-color: rgb(199,13,201); }
td.TdClassName
{
border-color: #C70DC9;
}
.TagClassName
{
border-color: #C70DC9;
}
</style>