Shades of Deep Magenta #C704E4
Tints of Deep Magenta #C704E4
RGB
CMYK
RGB Variations
Color information
#C704E4 (or 0xC704E4) is known color: Deep Magenta. HEX triplet: C7, 04 and E4. RGB value is (199,4,228). Sum of RGB (Red+Green+Blue) = 199+4+228=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #C704E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704E4 is #38FB1B. Grayscale: #575757. Windows color (decimal): -3734300 or 14943431. OLE color: 14943431.
HSL color Cylindrical-coordinate representation of color #C704E4: hue angle of 292.23º 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 #C704E4 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 4 | 228 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.11 |
| HSL | 292.23º | 0.97% | 0.45% | - |
| HSV(B) | 292.23º | 0.98% | 0.89% | - |
| XYZ | 37.6 | 17.83 | 74.86 | - |
| YUV | 87.84 | 207.1 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 228 | 0.13 | 0.98 | 0 | 0.11 | 292.23 | 0.97 | 0.45 |
| Hex | C7 | 4 | E4 | D | 62 | 0 | B | 124 | 61 | 2D |
| Octal | 307 | 4 | 344 | 15 | 142 | 0 | 13 | 444 | 141 | 55 |
| Binary | 11000111 | 100 | 11100100 | 1101 | 1100010 | 0 | 1011 | 100100100 | 1100001 | 101101 |
Color Harmonies of #C704E4
Complementary color
Monochromatic Colors of #C704E4
Black with #C704E4
Text Example
Text Example
White with #C704E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C704E4; }
p { color: rgb(199,4,228); }
H1.HeaderClassName
{
color: #C704E4;
}
.AnyTagClassName
{
color: #C704E4;
}
</style>
background-color css
<style>
a { background-color: #C704E4; }
a { background-color: rgb(199,4,228); }
div.DivClassName
{
background-color: #C704E4;
}
.BgClassName
{
background-color: #C704E4;
}
</style>
border-color css
<style>
span { border-color: #C704E4; }
span { border-color: rgb(199,4,228); }
td.TdClassName
{
border-color: #C704E4;
}
.TagClassName
{
border-color: #C704E4;
}
</style>