Shades of Deep Magenta #C712DE
Tints of Deep Magenta #C712DE
RGB
CMYK
RGB Variations
Color information
#C712DE (or 0xC712DE) is known color: Deep Magenta. HEX triplet: C7, 12 and DE. RGB value is (199,18,222). Sum of RGB (Red+Green+Blue) = 199+18+222=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #C712DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712DE is #38ED21. Grayscale: #5E5E5E. Windows color (decimal): -3730722 or 14553799. OLE color: 14553799.
HSL color Cylindrical-coordinate representation of color #C712DE: hue angle of 293.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C712DE is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 18 | 222 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.13 |
| HSL | 293.24º | 0.85% | 0.47% | - |
| HSV(B) | 293.24º | 0.92% | 0.87% | - |
| XYZ | 36.95 | 17.85 | 70.6 | - |
| YUV | 95.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 222 | 0.10 | 0.92 | 0 | 0.13 | 293.24 | 0.85 | 0.47 |
| Hex | C7 | 12 | DE | A | 5C | 0 | D | 125 | 55 | 2F |
| Octal | 307 | 22 | 336 | 12 | 134 | 0 | 15 | 445 | 125 | 57 |
| Binary | 11000111 | 10010 | 11011110 | 1010 | 1011100 | 0 | 1101 | 100100101 | 1010101 | 101111 |
Color Harmonies of #C712DE
Complementary color
Monochromatic Colors of #C712DE
Black with #C712DE
Text Example
Text Example
White with #C712DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712DE; }
p { color: rgb(199,18,222); }
H1.HeaderClassName
{
color: #C712DE;
}
.AnyTagClassName
{
color: #C712DE;
}
</style>
background-color css
<style>
a { background-color: #C712DE; }
a { background-color: rgb(199,18,222); }
div.DivClassName
{
background-color: #C712DE;
}
.BgClassName
{
background-color: #C712DE;
}
</style>
border-color css
<style>
span { border-color: #C712DE; }
span { border-color: rgb(199,18,222); }
td.TdClassName
{
border-color: #C712DE;
}
.TagClassName
{
border-color: #C712DE;
}
</style>