Shades of Deep Magenta #C704BA
Tints of Deep Magenta #C704BA
RGB
CMYK
RGB Variations
Color information
#C704BA (or 0xC704BA) is known color: Deep Magenta. HEX triplet: C7, 04 and BA. RGB value is (199,4,186). Sum of RGB (Red+Green+Blue) = 199+4+186=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C704BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704BA is #38FB45. Grayscale: #525252. Windows color (decimal): -3734342 or 12190919. OLE color: 12190919.
HSL color Cylindrical-coordinate representation of color #C704BA: hue angle of 304º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C704BA is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 186 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.22 |
| HSL | 304º | 0.96% | 0.4% | - |
| HSV(B) | 304º | 0.98% | 0.78% | - |
| XYZ | 32.46 | 15.77 | 47.79 | - |
| YUV | 83.05 | 186.1 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 186 | 0 | 0.98 | 0.07 | 0.22 | 304 | 0.96 | 0.4 |
| Hex | C7 | 4 | BA | 0 | 62 | 7 | 16 | 130 | 60 | 28 |
| Octal | 307 | 4 | 272 | 0 | 142 | 7 | 26 | 460 | 140 | 50 |
| Binary | 11000111 | 100 | 10111010 | 0 | 1100010 | 111 | 10110 | 100110000 | 1100000 | 101000 |
Color Harmonies of #C704BA
Complementary color
Monochromatic Colors of #C704BA
Black with #C704BA
Text Example
Text Example
White with #C704BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C704BA; }
p { color: rgb(199,4,186); }
H1.HeaderClassName
{
color: #C704BA;
}
.AnyTagClassName
{
color: #C704BA;
}
</style>
background-color css
<style>
a { background-color: #C704BA; }
a { background-color: rgb(199,4,186); }
div.DivClassName
{
background-color: #C704BA;
}
.BgClassName
{
background-color: #C704BA;
}
</style>
border-color css
<style>
span { border-color: #C704BA; }
span { border-color: rgb(199,4,186); }
td.TdClassName
{
border-color: #C704BA;
}
.TagClassName
{
border-color: #C704BA;
}
</style>