Shades of Deep Magenta #C712E5
Tints of Deep Magenta #C712E5
RGB
CMYK
RGB Variations
Color information
#C712E5 (or 0xC712E5) is known color: Deep Magenta. HEX triplet: C7, 12 and E5. RGB value is (199,18,229). Sum of RGB (Red+Green+Blue) = 199+18+229=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #C712E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712E5 is #38ED1A. Grayscale: #5F5F5F. Windows color (decimal): -3730715 or 15012551. OLE color: 15012551.
HSL color Cylindrical-coordinate representation of color #C712E5: hue angle of 291.47º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C712E5 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 18 | 229 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.10 |
| HSL | 291.47º | 0.85% | 0.48% | - |
| HSV(B) | 291.47º | 0.92% | 0.9% | - |
| XYZ | 37.91 | 18.23 | 75.65 | - |
| YUV | 96.17 | 202.97 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 229 | 0.13 | 0.92 | 0 | 0.10 | 291.47 | 0.85 | 0.48 |
| Hex | C7 | 12 | E5 | D | 5C | 0 | A | 123 | 55 | 30 |
| Octal | 307 | 22 | 345 | 15 | 134 | 0 | 12 | 443 | 125 | 60 |
| Binary | 11000111 | 10010 | 11100101 | 1101 | 1011100 | 0 | 1010 | 100100011 | 1010101 | 110000 |
Color Harmonies of #C712E5
Complementary color
Monochromatic Colors of #C712E5
Black with #C712E5
Text Example
Text Example
White with #C712E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712E5; }
p { color: rgb(199,18,229); }
H1.HeaderClassName
{
color: #C712E5;
}
.AnyTagClassName
{
color: #C712E5;
}
</style>
background-color css
<style>
a { background-color: #C712E5; }
a { background-color: rgb(199,18,229); }
div.DivClassName
{
background-color: #C712E5;
}
.BgClassName
{
background-color: #C712E5;
}
</style>
border-color css
<style>
span { border-color: #C712E5; }
span { border-color: rgb(199,18,229); }
td.TdClassName
{
border-color: #C712E5;
}
.TagClassName
{
border-color: #C712E5;
}
</style>