Shades of Deep Magenta #C70DDC
Tints of Deep Magenta #C70DDC
RGB
CMYK
RGB Variations
Color information
#C70DDC (or 0xC70DDC) is known color: Deep Magenta. HEX triplet: C7, 0D and DC. RGB value is (199,13,220). Sum of RGB (Red+Green+Blue) = 199+13+220=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #C70DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DDC is #38F223. Grayscale: #5B5B5B. Windows color (decimal): -3732004 or 14421447. OLE color: 14421447.
HSL color Cylindrical-coordinate representation of color #C70DDC: hue angle of 293.91º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70DDC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 13 | 220 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.14 |
| HSL | 293.91º | 0.89% | 0.46% | - |
| HSV(B) | 293.91º | 0.94% | 0.86% | - |
| XYZ | 36.62 | 17.6 | 69.18 | - |
| YUV | 92.21 | 200.12 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 220 | 0.10 | 0.94 | 0 | 0.14 | 293.91 | 0.89 | 0.46 |
| Hex | C7 | D | DC | A | 5E | 0 | E | 126 | 59 | 2E |
| Octal | 307 | 15 | 334 | 12 | 136 | 0 | 16 | 446 | 131 | 56 |
| Binary | 11000111 | 1101 | 11011100 | 1010 | 1011110 | 0 | 1110 | 100100110 | 1011001 | 101110 |
Color Harmonies of #C70DDC
Complementary color
Monochromatic Colors of #C70DDC
Black with #C70DDC
Text Example
Text Example
White with #C70DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DDC; }
p { color: rgb(199,13,220); }
H1.HeaderClassName
{
color: #C70DDC;
}
.AnyTagClassName
{
color: #C70DDC;
}
</style>
background-color css
<style>
a { background-color: #C70DDC; }
a { background-color: rgb(199,13,220); }
div.DivClassName
{
background-color: #C70DDC;
}
.BgClassName
{
background-color: #C70DDC;
}
</style>
border-color css
<style>
span { border-color: #C70DDC; }
span { border-color: rgb(199,13,220); }
td.TdClassName
{
border-color: #C70DDC;
}
.TagClassName
{
border-color: #C70DDC;
}
</style>