Shades of Deep Magenta #C71DCC
Tints of Deep Magenta #C71DCC
RGB
CMYK
RGB Variations
Color information
#C71DCC (or 0xC71DCC) is known color: Deep Magenta. HEX triplet: C7, 1D and CC. RGB value is (199,29,204). Sum of RGB (Red+Green+Blue) = 199+29+204=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #C71DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DCC is #38E233. Grayscale: #636363. Windows color (decimal): -3727924 or 13376967. OLE color: 13376967.
HSL color Cylindrical-coordinate representation of color #C71DCC: hue angle of 298.29º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71DCC is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 29 | 204 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.2 |
| HSL | 298.29º | 0.75% | 0.46% | - |
| HSV(B) | 298.29º | 0.86% | 0.8% | - |
| XYZ | 34.89 | 17.38 | 58.64 | - |
| YUV | 99.78 | 186.82 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 204 | 0.02 | 0.86 | 0 | 0.2 | 298.29 | 0.75 | 0.46 |
| Hex | C7 | 1D | CC | 2 | 56 | 0 | 14 | 12A | 4B | 2E |
| Octal | 307 | 35 | 314 | 2 | 126 | 0 | 24 | 452 | 113 | 56 |
| Binary | 11000111 | 11101 | 11001100 | 10 | 1010110 | 0 | 10100 | 100101010 | 1001011 | 101110 |
Color Harmonies of #C71DCC
Complementary color
Monochromatic Colors of #C71DCC
Black with #C71DCC
Text Example
Text Example
White with #C71DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DCC; }
p { color: rgb(199,29,204); }
H1.HeaderClassName
{
color: #C71DCC;
}
.AnyTagClassName
{
color: #C71DCC;
}
</style>
background-color css
<style>
a { background-color: #C71DCC; }
a { background-color: rgb(199,29,204); }
div.DivClassName
{
background-color: #C71DCC;
}
.BgClassName
{
background-color: #C71DCC;
}
</style>
border-color css
<style>
span { border-color: #C71DCC; }
span { border-color: rgb(199,29,204); }
td.TdClassName
{
border-color: #C71DCC;
}
.TagClassName
{
border-color: #C71DCC;
}
</style>