Shades of Deep Magenta #C704CE
Tints of Deep Magenta #C704CE
RGB
CMYK
RGB Variations
Color information
#C704CE (or 0xC704CE) is known color: Deep Magenta. HEX triplet: C7, 04 and CE. RGB value is (199,4,206). Sum of RGB (Red+Green+Blue) = 199+4+206=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #C704CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704CE is #38FB31. Grayscale: #545454. Windows color (decimal): -3734322 or 13501639. OLE color: 13501639.
HSL color Cylindrical-coordinate representation of color #C704CE: hue angle of 297.92º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C704CE is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 4 | 206 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.19 |
| HSL | 297.92º | 0.96% | 0.41% | - |
| HSV(B) | 297.92º | 0.98% | 0.81% | - |
| XYZ | 34.74 | 16.69 | 59.78 | - |
| YUV | 85.33 | 196.1 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 206 | 0.03 | 0.98 | 0 | 0.19 | 297.92 | 0.96 | 0.41 |
| Hex | C7 | 4 | CE | 3 | 62 | 0 | 13 | 12A | 60 | 29 |
| Octal | 307 | 4 | 316 | 3 | 142 | 0 | 23 | 452 | 140 | 51 |
| Binary | 11000111 | 100 | 11001110 | 11 | 1100010 | 0 | 10011 | 100101010 | 1100000 | 101001 |
Color Harmonies of #C704CE
Complementary color
Monochromatic Colors of #C704CE
Black with #C704CE
Text Example
Text Example
White with #C704CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C704CE; }
p { color: rgb(199,4,206); }
H1.HeaderClassName
{
color: #C704CE;
}
.AnyTagClassName
{
color: #C704CE;
}
</style>
background-color css
<style>
a { background-color: #C704CE; }
a { background-color: rgb(199,4,206); }
div.DivClassName
{
background-color: #C704CE;
}
.BgClassName
{
background-color: #C704CE;
}
</style>
border-color css
<style>
span { border-color: #C704CE; }
span { border-color: rgb(199,4,206); }
td.TdClassName
{
border-color: #C704CE;
}
.TagClassName
{
border-color: #C704CE;
}
</style>