Shades of Deep Magenta #C71DB7
Tints of Deep Magenta #C71DB7
RGB
CMYK
RGB Variations
Color information
#C71DB7 (or 0xC71DB7) is known color: Deep Magenta. HEX triplet: C7, 1D and B7. RGB value is (199,29,183). Sum of RGB (Red+Green+Blue) = 199+29+183=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DB7 is #38E248. Grayscale: #606060. Windows color (decimal): -3727945 or 12000711. OLE color: 12000711.
HSL color Cylindrical-coordinate representation of color #C71DB7: hue angle of 305.65º 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 #C71DB7 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 183 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.22 |
| HSL | 305.65º | 0.75% | 0.45% | - |
| HSV(B) | 305.65º | 0.85% | 0.78% | - |
| XYZ | 32.54 | 16.44 | 46.26 | - |
| YUV | 97.39 | 176.32 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 183 | 0 | 0.85 | 0.08 | 0.22 | 305.65 | 0.75 | 0.45 |
| Hex | C7 | 1D | B7 | 0 | 55 | 8 | 16 | 132 | 4B | 2D |
| Octal | 307 | 35 | 267 | 0 | 125 | 10 | 26 | 462 | 113 | 55 |
| Binary | 11000111 | 11101 | 10110111 | 0 | 1010101 | 1000 | 10110 | 100110010 | 1001011 | 101101 |
Color Harmonies of #C71DB7
Complementary color
Monochromatic Colors of #C71DB7
Black with #C71DB7
Text Example
Text Example
White with #C71DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DB7; }
p { color: rgb(199,29,183); }
H1.HeaderClassName
{
color: #C71DB7;
}
.AnyTagClassName
{
color: #C71DB7;
}
</style>
background-color css
<style>
a { background-color: #C71DB7; }
a { background-color: rgb(199,29,183); }
div.DivClassName
{
background-color: #C71DB7;
}
.BgClassName
{
background-color: #C71DB7;
}
</style>
border-color css
<style>
span { border-color: #C71DB7; }
span { border-color: rgb(199,29,183); }
td.TdClassName
{
border-color: #C71DB7;
}
.TagClassName
{
border-color: #C71DB7;
}
</style>