Shades of Deep Magenta #C704DB
Tints of Deep Magenta #C704DB
RGB
CMYK
RGB Variations
Color information
#C704DB (or 0xC704DB) is known color: Deep Magenta. HEX triplet: C7, 04 and DB. RGB value is (199,4,219). Sum of RGB (Red+Green+Blue) = 199+4+219=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #C704DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704DB is #38FB24. Grayscale: #565656. Windows color (decimal): -3734309 or 14353607. OLE color: 14353607.
HSL color Cylindrical-coordinate representation of color #C704DB: hue angle of 294.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C704DB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 4 | 219 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.14 |
| HSL | 294.42º | 0.96% | 0.44% | - |
| HSV(B) | 294.42º | 0.98% | 0.86% | - |
| XYZ | 36.38 | 17.34 | 68.45 | - |
| YUV | 86.82 | 202.6 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 219 | 0.09 | 0.98 | 0 | 0.14 | 294.42 | 0.96 | 0.44 |
| Hex | C7 | 4 | DB | 9 | 62 | 0 | E | 126 | 60 | 2C |
| Octal | 307 | 4 | 333 | 11 | 142 | 0 | 16 | 446 | 140 | 54 |
| Binary | 11000111 | 100 | 11011011 | 1001 | 1100010 | 0 | 1110 | 100100110 | 1100000 | 101100 |
Color Harmonies of #C704DB
Complementary color
Monochromatic Colors of #C704DB
Black with #C704DB
Text Example
Text Example
White with #C704DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C704DB; }
p { color: rgb(199,4,219); }
H1.HeaderClassName
{
color: #C704DB;
}
.AnyTagClassName
{
color: #C704DB;
}
</style>
background-color css
<style>
a { background-color: #C704DB; }
a { background-color: rgb(199,4,219); }
div.DivClassName
{
background-color: #C704DB;
}
.BgClassName
{
background-color: #C704DB;
}
</style>
border-color css
<style>
span { border-color: #C704DB; }
span { border-color: rgb(199,4,219); }
td.TdClassName
{
border-color: #C704DB;
}
.TagClassName
{
border-color: #C704DB;
}
</style>