Shades of Deep Magenta #C70CE1
Tints of Deep Magenta #C70CE1
RGB
CMYK
RGB Variations
Color information
#C70CE1 (or 0xC70CE1) is known color: Deep Magenta. HEX triplet: C7, 0C and E1. RGB value is (199,12,225). Sum of RGB (Red+Green+Blue) = 199+12+225=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #C70CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CE1 is #38F31E. Grayscale: #5B5B5B. Windows color (decimal): -3732255 or 14748871. OLE color: 14748871.
HSL color Cylindrical-coordinate representation of color #C70CE1: hue angle of 292.68º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70CE1 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 12 | 225 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.12 |
| HSL | 292.68º | 0.9% | 0.46% | - |
| HSV(B) | 292.68º | 0.95% | 0.88% | - |
| XYZ | 37.28 | 17.84 | 72.71 | - |
| YUV | 92.2 | 202.95 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 225 | 0.12 | 0.95 | 0 | 0.12 | 292.68 | 0.9 | 0.46 |
| Hex | C7 | C | E1 | C | 5F | 0 | C | 125 | 5A | 2E |
| Octal | 307 | 14 | 341 | 14 | 137 | 0 | 14 | 445 | 132 | 56 |
| Binary | 11000111 | 1100 | 11100001 | 1100 | 1011111 | 0 | 1100 | 100100101 | 1011010 | 101110 |
Color Harmonies of #C70CE1
Complementary color
Monochromatic Colors of #C70CE1
Black with #C70CE1
Text Example
Text Example
White with #C70CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CE1; }
p { color: rgb(199,12,225); }
H1.HeaderClassName
{
color: #C70CE1;
}
.AnyTagClassName
{
color: #C70CE1;
}
</style>
background-color css
<style>
a { background-color: #C70CE1; }
a { background-color: rgb(199,12,225); }
div.DivClassName
{
background-color: #C70CE1;
}
.BgClassName
{
background-color: #C70CE1;
}
</style>
border-color css
<style>
span { border-color: #C70CE1; }
span { border-color: rgb(199,12,225); }
td.TdClassName
{
border-color: #C70CE1;
}
.TagClassName
{
border-color: #C70CE1;
}
</style>