Shades of Deep Magenta #C712D9
Tints of Deep Magenta #C712D9
RGB
CMYK
RGB Variations
Color information
#C712D9 (or 0xC712D9) is known color: Deep Magenta. HEX triplet: C7, 12 and D9. RGB value is (199,18,217). Sum of RGB (Red+Green+Blue) = 199+18+217=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #C712D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712D9 is #38ED26. Grayscale: #5E5E5E. Windows color (decimal): -3730727 or 14226119. OLE color: 14226119.
HSL color Cylindrical-coordinate representation of color #C712D9: hue angle of 294.57º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C712D9 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 18 | 217 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.15 |
| HSL | 294.57º | 0.85% | 0.46% | - |
| HSV(B) | 294.57º | 0.92% | 0.85% | - |
| XYZ | 36.29 | 17.58 | 67.13 | - |
| YUV | 94.81 | 196.97 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 217 | 0.08 | 0.92 | 0 | 0.15 | 294.57 | 0.85 | 0.46 |
| Hex | C7 | 12 | D9 | 8 | 5C | 0 | F | 127 | 55 | 2E |
| Octal | 307 | 22 | 331 | 10 | 134 | 0 | 17 | 447 | 125 | 56 |
| Binary | 11000111 | 10010 | 11011001 | 1000 | 1011100 | 0 | 1111 | 100100111 | 1010101 | 101110 |
Color Harmonies of #C712D9
Complementary color
Monochromatic Colors of #C712D9
Black with #C712D9
Text Example
Text Example
White with #C712D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712D9; }
p { color: rgb(199,18,217); }
H1.HeaderClassName
{
color: #C712D9;
}
.AnyTagClassName
{
color: #C712D9;
}
</style>
background-color css
<style>
a { background-color: #C712D9; }
a { background-color: rgb(199,18,217); }
div.DivClassName
{
background-color: #C712D9;
}
.BgClassName
{
background-color: #C712D9;
}
</style>
border-color css
<style>
span { border-color: #C712D9; }
span { border-color: rgb(199,18,217); }
td.TdClassName
{
border-color: #C712D9;
}
.TagClassName
{
border-color: #C712D9;
}
</style>