Shades of Deep Magenta #C712D5
Tints of Deep Magenta #C712D5
RGB
CMYK
RGB Variations
Color information
#C712D5 (or 0xC712D5) is known color: Deep Magenta. HEX triplet: C7, 12 and D5. RGB value is (199,18,213). Sum of RGB (Red+Green+Blue) = 199+18+213=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #C712D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712D5 is #38ED2A. Grayscale: #5D5D5D. Windows color (decimal): -3730731 or 13963975. OLE color: 13963975.
HSL color Cylindrical-coordinate representation of color #C712D5: hue angle of 295.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C712D5 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 18 | 213 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.16 |
| HSL | 295.69º | 0.84% | 0.45% | - |
| HSV(B) | 295.69º | 0.92% | 0.84% | - |
| XYZ | 35.78 | 17.38 | 64.42 | - |
| YUV | 94.35 | 194.97 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 213 | 0.07 | 0.92 | 0 | 0.16 | 295.69 | 0.84 | 0.45 |
| Hex | C7 | 12 | D5 | 7 | 5C | 0 | 10 | 128 | 54 | 2D |
| Octal | 307 | 22 | 325 | 7 | 134 | 0 | 20 | 450 | 124 | 55 |
| Binary | 11000111 | 10010 | 11010101 | 111 | 1011100 | 0 | 10000 | 100101000 | 1010100 | 101101 |
Color Harmonies of #C712D5
Complementary color
Monochromatic Colors of #C712D5
Black with #C712D5
Text Example
Text Example
White with #C712D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712D5; }
p { color: rgb(199,18,213); }
H1.HeaderClassName
{
color: #C712D5;
}
.AnyTagClassName
{
color: #C712D5;
}
</style>
background-color css
<style>
a { background-color: #C712D5; }
a { background-color: rgb(199,18,213); }
div.DivClassName
{
background-color: #C712D5;
}
.BgClassName
{
background-color: #C712D5;
}
</style>
border-color css
<style>
span { border-color: #C712D5; }
span { border-color: rgb(199,18,213); }
td.TdClassName
{
border-color: #C712D5;
}
.TagClassName
{
border-color: #C712D5;
}
</style>