Shades of Deep Magenta #C70DDD
Tints of Deep Magenta #C70DDD
RGB
CMYK
RGB Variations
Color information
#C70DDD (or 0xC70DDD) is known color: Deep Magenta. HEX triplet: C7, 0D and DD. RGB value is (199,13,221). Sum of RGB (Red+Green+Blue) = 199+13+221=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #C70DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DDD is #38F222. Grayscale: #5B5B5B. Windows color (decimal): -3732003 or 14486983. OLE color: 14486983.
HSL color Cylindrical-coordinate representation of color #C70DDD: hue angle of 293.65º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70DDD is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 13 | 221 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.13 |
| HSL | 293.65º | 0.89% | 0.46% | - |
| HSV(B) | 293.65º | 0.94% | 0.87% | - |
| XYZ | 36.75 | 17.65 | 69.88 | - |
| YUV | 92.33 | 200.62 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 221 | 0.10 | 0.94 | 0 | 0.13 | 293.65 | 0.89 | 0.46 |
| Hex | C7 | D | DD | A | 5E | 0 | D | 126 | 59 | 2E |
| Octal | 307 | 15 | 335 | 12 | 136 | 0 | 15 | 446 | 131 | 56 |
| Binary | 11000111 | 1101 | 11011101 | 1010 | 1011110 | 0 | 1101 | 100100110 | 1011001 | 101110 |
Color Harmonies of #C70DDD
Complementary color
Monochromatic Colors of #C70DDD
Black with #C70DDD
Text Example
Text Example
White with #C70DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DDD; }
p { color: rgb(199,13,221); }
H1.HeaderClassName
{
color: #C70DDD;
}
.AnyTagClassName
{
color: #C70DDD;
}
</style>
background-color css
<style>
a { background-color: #C70DDD; }
a { background-color: rgb(199,13,221); }
div.DivClassName
{
background-color: #C70DDD;
}
.BgClassName
{
background-color: #C70DDD;
}
</style>
border-color css
<style>
span { border-color: #C70DDD; }
span { border-color: rgb(199,13,221); }
td.TdClassName
{
border-color: #C70DDD;
}
.TagClassName
{
border-color: #C70DDD;
}
</style>