Shades of Deep Magenta #C71DB1
Tints of Deep Magenta #C71DB1
RGB
CMYK
RGB Variations
Color information
#C71DB1 (or 0xC71DB1) is known color: Deep Magenta. HEX triplet: C7, 1D and B1. RGB value is (199,29,177). Sum of RGB (Red+Green+Blue) = 199+29+177=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71DB1 is #38E24E. Grayscale: #606060. Windows color (decimal): -3727951 or 11607495. OLE color: 11607495.
HSL color Cylindrical-coordinate representation of color #C71DB1: hue angle of 307.76º 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 #C71DB1 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 177 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.22 |
| HSL | 307.76º | 0.75% | 0.45% | - |
| HSV(B) | 307.76º | 0.85% | 0.78% | - |
| XYZ | 31.93 | 16.2 | 43.04 | - |
| YUV | 96.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 177 | 0 | 0.85 | 0.11 | 0.22 | 307.76 | 0.75 | 0.45 |
| Hex | C7 | 1D | B1 | 0 | 55 | B | 16 | 134 | 4B | 2D |
| Octal | 307 | 35 | 261 | 0 | 125 | 13 | 26 | 464 | 113 | 55 |
| Binary | 11000111 | 11101 | 10110001 | 0 | 1010101 | 1011 | 10110 | 100110100 | 1001011 | 101101 |
Color Harmonies of #C71DB1
Complementary color
Monochromatic Colors of #C71DB1
Black with #C71DB1
Text Example
Text Example
White with #C71DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DB1; }
p { color: rgb(199,29,177); }
H1.HeaderClassName
{
color: #C71DB1;
}
.AnyTagClassName
{
color: #C71DB1;
}
</style>
background-color css
<style>
a { background-color: #C71DB1; }
a { background-color: rgb(199,29,177); }
div.DivClassName
{
background-color: #C71DB1;
}
.BgClassName
{
background-color: #C71DB1;
}
</style>
border-color css
<style>
span { border-color: #C71DB1; }
span { border-color: rgb(199,29,177); }
td.TdClassName
{
border-color: #C71DB1;
}
.TagClassName
{
border-color: #C71DB1;
}
</style>