Shades of Deep Magenta #C70DDB
Tints of Deep Magenta #C70DDB
RGB
CMYK
RGB Variations
Color information
#C70DDB (or 0xC70DDB) is known color: Deep Magenta. HEX triplet: C7, 0D and DB. RGB value is (199,13,219). Sum of RGB (Red+Green+Blue) = 199+13+219=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #C70DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DDB is #38F224. Grayscale: #5B5B5B. Windows color (decimal): -3732005 or 14355911. OLE color: 14355911.
HSL color Cylindrical-coordinate representation of color #C70DDB: hue angle of 294.17º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70DDB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 13 | 219 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.14 |
| HSL | 294.17º | 0.89% | 0.45% | - |
| HSV(B) | 294.17º | 0.94% | 0.86% | - |
| XYZ | 36.48 | 17.54 | 68.48 | - |
| YUV | 92.1 | 199.62 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 219 | 0.09 | 0.94 | 0 | 0.14 | 294.17 | 0.89 | 0.45 |
| Hex | C7 | D | DB | 9 | 5E | 0 | E | 126 | 59 | 2D |
| Octal | 307 | 15 | 333 | 11 | 136 | 0 | 16 | 446 | 131 | 55 |
| Binary | 11000111 | 1101 | 11011011 | 1001 | 1011110 | 0 | 1110 | 100100110 | 1011001 | 101101 |
Color Harmonies of #C70DDB
Complementary color
Monochromatic Colors of #C70DDB
Black with #C70DDB
Text Example
Text Example
White with #C70DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DDB; }
p { color: rgb(199,13,219); }
H1.HeaderClassName
{
color: #C70DDB;
}
.AnyTagClassName
{
color: #C70DDB;
}
</style>
background-color css
<style>
a { background-color: #C70DDB; }
a { background-color: rgb(199,13,219); }
div.DivClassName
{
background-color: #C70DDB;
}
.BgClassName
{
background-color: #C70DDB;
}
</style>
border-color css
<style>
span { border-color: #C70DDB; }
span { border-color: rgb(199,13,219); }
td.TdClassName
{
border-color: #C70DDB;
}
.TagClassName
{
border-color: #C70DDB;
}
</style>