Shades of Deep Magenta #C704E2
Tints of Deep Magenta #C704E2
RGB
CMYK
RGB Variations
Color information
#C704E2 (or 0xC704E2) is known color: Deep Magenta. HEX triplet: C7, 04 and E2. RGB value is (199,4,226). Sum of RGB (Red+Green+Blue) = 199+4+226=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 226 (88.67% from 255 or 52.68% from 429); Max value from RGB is 226 - color contains mainly: blue. Hex color #C704E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704E2 is #38FB1D. Grayscale: #565656. Windows color (decimal): -3734302 or 14812359. OLE color: 14812359.
HSL color Cylindrical-coordinate representation of color #C704E2: hue angle of 292.7º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C704E2 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 4 | 226 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.11 |
| HSL | 292.7º | 0.97% | 0.45% | - |
| HSV(B) | 292.7º | 0.98% | 0.89% | - |
| XYZ | 37.32 | 17.72 | 73.4 | - |
| YUV | 87.61 | 206.1 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 226 | 0.12 | 0.98 | 0 | 0.11 | 292.7 | 0.97 | 0.45 |
| Hex | C7 | 4 | E2 | C | 62 | 0 | B | 125 | 61 | 2D |
| Octal | 307 | 4 | 342 | 14 | 142 | 0 | 13 | 445 | 141 | 55 |
| Binary | 11000111 | 100 | 11100010 | 1100 | 1100010 | 0 | 1011 | 100100101 | 1100001 | 101101 |
Color Harmonies of #C704E2
Complementary color
Monochromatic Colors of #C704E2
Black with #C704E2
Text Example
Text Example
White with #C704E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C704E2; }
p { color: rgb(199,4,226); }
H1.HeaderClassName
{
color: #C704E2;
}
.AnyTagClassName
{
color: #C704E2;
}
</style>
background-color css
<style>
a { background-color: #C704E2; }
a { background-color: rgb(199,4,226); }
div.DivClassName
{
background-color: #C704E2;
}
.BgClassName
{
background-color: #C704E2;
}
</style>
border-color css
<style>
span { border-color: #C704E2; }
span { border-color: rgb(199,4,226); }
td.TdClassName
{
border-color: #C704E2;
}
.TagClassName
{
border-color: #C704E2;
}
</style>