Shades of Deep Magenta #C710DB
Tints of Deep Magenta #C710DB
RGB
CMYK
RGB Variations
Color information
#C710DB (or 0xC710DB) is known color: Deep Magenta. HEX triplet: C7, 10 and DB. RGB value is (199,16,219). Sum of RGB (Red+Green+Blue) = 199+16+219=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #C710DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710DB is #38EF24. Grayscale: #5D5D5D. Windows color (decimal): -3731237 or 14356679. OLE color: 14356679.
HSL color Cylindrical-coordinate representation of color #C710DB: hue angle of 294.09º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C710DB is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 16 | 219 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.14 |
| HSL | 294.09º | 0.86% | 0.46% | - |
| HSV(B) | 294.09º | 0.93% | 0.86% | - |
| XYZ | 36.52 | 17.63 | 68.5 | - |
| YUV | 93.86 | 198.63 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 219 | 0.09 | 0.93 | 0 | 0.14 | 294.09 | 0.86 | 0.46 |
| Hex | C7 | 10 | DB | 9 | 5D | 0 | E | 126 | 56 | 2E |
| Octal | 307 | 20 | 333 | 11 | 135 | 0 | 16 | 446 | 126 | 56 |
| Binary | 11000111 | 10000 | 11011011 | 1001 | 1011101 | 0 | 1110 | 100100110 | 1010110 | 101110 |
Color Harmonies of #C710DB
Complementary color
Monochromatic Colors of #C710DB
Black with #C710DB
Text Example
Text Example
White with #C710DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710DB; }
p { color: rgb(199,16,219); }
H1.HeaderClassName
{
color: #C710DB;
}
.AnyTagClassName
{
color: #C710DB;
}
</style>
background-color css
<style>
a { background-color: #C710DB; }
a { background-color: rgb(199,16,219); }
div.DivClassName
{
background-color: #C710DB;
}
.BgClassName
{
background-color: #C710DB;
}
</style>
border-color css
<style>
span { border-color: #C710DB; }
span { border-color: rgb(199,16,219); }
td.TdClassName
{
border-color: #C710DB;
}
.TagClassName
{
border-color: #C710DB;
}
</style>