Shades of Deep Magenta #C71DB9
Tints of Deep Magenta #C71DB9
RGB
CMYK
RGB Variations
Color information
#C71DB9 (or 0xC71DB9) is known color: Deep Magenta. HEX triplet: C7, 1D and B9. RGB value is (199,29,185). Sum of RGB (Red+Green+Blue) = 199+29+185=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DB9 is #38E246. Grayscale: #616161. Windows color (decimal): -3727943 or 12131783. OLE color: 12131783.
HSL color Cylindrical-coordinate representation of color #C71DB9: hue angle of 304.94º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71DB9 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 185 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.22 |
| HSL | 304.94º | 0.75% | 0.45% | - |
| HSV(B) | 304.94º | 0.85% | 0.78% | - |
| XYZ | 32.75 | 16.52 | 47.36 | - |
| YUV | 97.61 | 177.32 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 185 | 0 | 0.85 | 0.07 | 0.22 | 304.94 | 0.75 | 0.45 |
| Hex | C7 | 1D | B9 | 0 | 55 | 7 | 16 | 131 | 4B | 2D |
| Octal | 307 | 35 | 271 | 0 | 125 | 7 | 26 | 461 | 113 | 55 |
| Binary | 11000111 | 11101 | 10111001 | 0 | 1010101 | 111 | 10110 | 100110001 | 1001011 | 101101 |
Color Harmonies of #C71DB9
Complementary color
Monochromatic Colors of #C71DB9
Black with #C71DB9
Text Example
Text Example
White with #C71DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DB9; }
p { color: rgb(199,29,185); }
H1.HeaderClassName
{
color: #C71DB9;
}
.AnyTagClassName
{
color: #C71DB9;
}
</style>
background-color css
<style>
a { background-color: #C71DB9; }
a { background-color: rgb(199,29,185); }
div.DivClassName
{
background-color: #C71DB9;
}
.BgClassName
{
background-color: #C71DB9;
}
</style>
border-color css
<style>
span { border-color: #C71DB9; }
span { border-color: rgb(199,29,185); }
td.TdClassName
{
border-color: #C71DB9;
}
.TagClassName
{
border-color: #C71DB9;
}
</style>