Shades of Deep Magenta #C70DC2
Tints of Deep Magenta #C70DC2
RGB
CMYK
RGB Variations
Color information
#C70DC2 (or 0xC70DC2) is known color: Deep Magenta. HEX triplet: C7, 0D and C2. RGB value is (199,13,194). Sum of RGB (Red+Green+Blue) = 199+13+194=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DC2 is #38F23D. Grayscale: #585858. Windows color (decimal): -3732030 or 12717511. OLE color: 12717511.
HSL color Cylindrical-coordinate representation of color #C70DC2: hue angle of 301.61º 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 #C70DC2 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 194 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.22 |
| HSL | 301.61º | 0.88% | 0.42% | - |
| HSV(B) | 301.61º | 0.93% | 0.78% | - |
| XYZ | 33.43 | 16.33 | 52.43 | - |
| YUV | 89.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 194 | 0 | 0.93 | 0.03 | 0.22 | 301.61 | 0.88 | 0.42 |
| Hex | C7 | D | C2 | 0 | 5D | 3 | 16 | 12E | 58 | 2A |
| Octal | 307 | 15 | 302 | 0 | 135 | 3 | 26 | 456 | 130 | 52 |
| Binary | 11000111 | 1101 | 11000010 | 0 | 1011101 | 11 | 10110 | 100101110 | 1011000 | 101010 |
Color Harmonies of #C70DC2
Complementary color
Monochromatic Colors of #C70DC2
Black with #C70DC2
Text Example
Text Example
White with #C70DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DC2; }
p { color: rgb(199,13,194); }
H1.HeaderClassName
{
color: #C70DC2;
}
.AnyTagClassName
{
color: #C70DC2;
}
</style>
background-color css
<style>
a { background-color: #C70DC2; }
a { background-color: rgb(199,13,194); }
div.DivClassName
{
background-color: #C70DC2;
}
.BgClassName
{
background-color: #C70DC2;
}
</style>
border-color css
<style>
span { border-color: #C70DC2; }
span { border-color: rgb(199,13,194); }
td.TdClassName
{
border-color: #C70DC2;
}
.TagClassName
{
border-color: #C70DC2;
}
</style>