Shades of Deep Magenta #C71CC0
Tints of Deep Magenta #C71CC0
RGB
CMYK
RGB Variations
Color information
#C71CC0 (or 0xC71CC0) is known color: Deep Magenta. HEX triplet: C7, 1C and C0. RGB value is (199,28,192). Sum of RGB (Red+Green+Blue) = 199+28+192=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C71CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71CC0 is #38E33F. Grayscale: #616161. Windows color (decimal): -3728192 or 12590279. OLE color: 12590279.
HSL color Cylindrical-coordinate representation of color #C71CC0: hue angle of 302.46º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71CC0 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 28 | 192 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.22 |
| HSL | 302.46º | 0.75% | 0.45% | - |
| HSV(B) | 302.46º | 0.86% | 0.78% | - |
| XYZ | 33.48 | 16.78 | 51.34 | - |
| YUV | 97.83 | 181.15 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 192 | 0 | 0.86 | 0.04 | 0.22 | 302.46 | 0.75 | 0.45 |
| Hex | C7 | 1C | C0 | 0 | 56 | 4 | 16 | 12E | 4B | 2D |
| Octal | 307 | 34 | 300 | 0 | 126 | 4 | 26 | 456 | 113 | 55 |
| Binary | 11000111 | 11100 | 11000000 | 0 | 1010110 | 100 | 10110 | 100101110 | 1001011 | 101101 |
Color Harmonies of #C71CC0
Complementary color
Monochromatic Colors of #C71CC0
Black with #C71CC0
Text Example
Text Example
White with #C71CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71CC0; }
p { color: rgb(199,28,192); }
H1.HeaderClassName
{
color: #C71CC0;
}
.AnyTagClassName
{
color: #C71CC0;
}
</style>
background-color css
<style>
a { background-color: #C71CC0; }
a { background-color: rgb(199,28,192); }
div.DivClassName
{
background-color: #C71CC0;
}
.BgClassName
{
background-color: #C71CC0;
}
</style>
border-color css
<style>
span { border-color: #C71CC0; }
span { border-color: rgb(199,28,192); }
td.TdClassName
{
border-color: #C71CC0;
}
.TagClassName
{
border-color: #C71CC0;
}
</style>