Shades of Deep Magenta #C704D5
Tints of Deep Magenta #C704D5
RGB
CMYK
RGB Variations
Color information
#C704D5 (or 0xC704D5) is known color: Deep Magenta. HEX triplet: C7, 04 and D5. RGB value is (199,4,213). Sum of RGB (Red+Green+Blue) = 199+4+213=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #C704D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704D5 is #38FB2A. Grayscale: #555555. Windows color (decimal): -3734315 or 13960391. OLE color: 13960391.
HSL color Cylindrical-coordinate representation of color #C704D5: hue angle of 295.98º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C704D5 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 4 | 213 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.16 |
| HSL | 295.98º | 0.96% | 0.43% | - |
| HSV(B) | 295.98º | 0.98% | 0.84% | - |
| XYZ | 35.61 | 17.03 | 64.36 | - |
| YUV | 86.13 | 199.6 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 213 | 0.07 | 0.98 | 0 | 0.16 | 295.98 | 0.96 | 0.43 |
| Hex | C7 | 4 | D5 | 7 | 62 | 0 | 10 | 128 | 60 | 2B |
| Octal | 307 | 4 | 325 | 7 | 142 | 0 | 20 | 450 | 140 | 53 |
| Binary | 11000111 | 100 | 11010101 | 111 | 1100010 | 0 | 10000 | 100101000 | 1100000 | 101011 |
Color Harmonies of #C704D5
Complementary color
Monochromatic Colors of #C704D5
Black with #C704D5
Text Example
Text Example
White with #C704D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C704D5; }
p { color: rgb(199,4,213); }
H1.HeaderClassName
{
color: #C704D5;
}
.AnyTagClassName
{
color: #C704D5;
}
</style>
background-color css
<style>
a { background-color: #C704D5; }
a { background-color: rgb(199,4,213); }
div.DivClassName
{
background-color: #C704D5;
}
.BgClassName
{
background-color: #C704D5;
}
</style>
border-color css
<style>
span { border-color: #C704D5; }
span { border-color: rgb(199,4,213); }
td.TdClassName
{
border-color: #C704D5;
}
.TagClassName
{
border-color: #C704D5;
}
</style>