Shades of Deep Magenta #C71DCF
Tints of Deep Magenta #C71DCF
RGB
CMYK
RGB Variations
Color information
#C71DCF (or 0xC71DCF) is known color: Deep Magenta. HEX triplet: C7, 1D and CF. RGB value is (199,29,207). Sum of RGB (Red+Green+Blue) = 199+29+207=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #C71DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DCF is #38E230. Grayscale: #636363. Windows color (decimal): -3727921 or 13573575. OLE color: 13573575.
HSL color Cylindrical-coordinate representation of color #C71DCF: hue angle of 297.3º 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 #C71DCF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 29 | 207 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.19 |
| HSL | 297.3º | 0.75% | 0.46% | - |
| HSV(B) | 297.3º | 0.86% | 0.81% | - |
| XYZ | 35.26 | 17.53 | 60.56 | - |
| YUV | 100.12 | 188.32 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 207 | 0.04 | 0.86 | 0 | 0.19 | 297.3 | 0.75 | 0.46 |
| Hex | C7 | 1D | CF | 4 | 56 | 0 | 13 | 129 | 4B | 2E |
| Octal | 307 | 35 | 317 | 4 | 126 | 0 | 23 | 451 | 113 | 56 |
| Binary | 11000111 | 11101 | 11001111 | 100 | 1010110 | 0 | 10011 | 100101001 | 1001011 | 101110 |
Color Harmonies of #C71DCF
Complementary color
Monochromatic Colors of #C71DCF
Black with #C71DCF
Text Example
Text Example
White with #C71DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DCF; }
p { color: rgb(199,29,207); }
H1.HeaderClassName
{
color: #C71DCF;
}
.AnyTagClassName
{
color: #C71DCF;
}
</style>
background-color css
<style>
a { background-color: #C71DCF; }
a { background-color: rgb(199,29,207); }
div.DivClassName
{
background-color: #C71DCF;
}
.BgClassName
{
background-color: #C71DCF;
}
</style>
border-color css
<style>
span { border-color: #C71DCF; }
span { border-color: rgb(199,29,207); }
td.TdClassName
{
border-color: #C71DCF;
}
.TagClassName
{
border-color: #C71DCF;
}
</style>