Shades of Deep Magenta #C71DCE
Tints of Deep Magenta #C71DCE
RGB
CMYK
RGB Variations
Color information
#C71DCE (or 0xC71DCE) is known color: Deep Magenta. HEX triplet: C7, 1D and CE. RGB value is (199,29,206). Sum of RGB (Red+Green+Blue) = 199+29+206=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #C71DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DCE is #38E231. Grayscale: #636363. Windows color (decimal): -3727922 or 13508039. OLE color: 13508039.
HSL color Cylindrical-coordinate representation of color #C71DCE: hue angle of 297.63º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71DCE is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 29 | 206 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.19 |
| HSL | 297.63º | 0.75% | 0.46% | - |
| HSV(B) | 297.63º | 0.86% | 0.81% | - |
| XYZ | 35.13 | 17.48 | 59.91 | - |
| YUV | 100.01 | 187.82 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 206 | 0.03 | 0.86 | 0 | 0.19 | 297.63 | 0.75 | 0.46 |
| Hex | C7 | 1D | CE | 3 | 56 | 0 | 13 | 12A | 4B | 2E |
| Octal | 307 | 35 | 316 | 3 | 126 | 0 | 23 | 452 | 113 | 56 |
| Binary | 11000111 | 11101 | 11001110 | 11 | 1010110 | 0 | 10011 | 100101010 | 1001011 | 101110 |
Color Harmonies of #C71DCE
Complementary color
Monochromatic Colors of #C71DCE
Black with #C71DCE
Text Example
Text Example
White with #C71DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DCE; }
p { color: rgb(199,29,206); }
H1.HeaderClassName
{
color: #C71DCE;
}
.AnyTagClassName
{
color: #C71DCE;
}
</style>
background-color css
<style>
a { background-color: #C71DCE; }
a { background-color: rgb(199,29,206); }
div.DivClassName
{
background-color: #C71DCE;
}
.BgClassName
{
background-color: #C71DCE;
}
</style>
border-color css
<style>
span { border-color: #C71DCE; }
span { border-color: rgb(199,29,206); }
td.TdClassName
{
border-color: #C71DCE;
}
.TagClassName
{
border-color: #C71DCE;
}
</style>