Shades of Deep Magenta #C71CCD
Tints of Deep Magenta #C71CCD
RGB
CMYK
RGB Variations
Color information
#C71CCD (or 0xC71CCD) is known color: Deep Magenta. HEX triplet: C7, 1C and CD. RGB value is (199,28,205). Sum of RGB (Red+Green+Blue) = 199+28+205=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #C71CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71CCD is #38E332. Grayscale: #626262. Windows color (decimal): -3728179 or 13442247. OLE color: 13442247.
HSL color Cylindrical-coordinate representation of color #C71CCD: hue angle of 297.97º degrees, saturation: 0.76, 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 #C71CCD is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 28 | 205 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.20 |
| HSL | 297.97º | 0.76% | 0.46% | - |
| HSV(B) | 297.97º | 0.86% | 0.8% | - |
| XYZ | 34.99 | 17.38 | 59.27 | - |
| YUV | 99.31 | 187.65 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 205 | 0.03 | 0.86 | 0 | 0.20 | 297.97 | 0.76 | 0.46 |
| Hex | C7 | 1C | CD | 3 | 56 | 0 | 14 | 12A | 4C | 2E |
| Octal | 307 | 34 | 315 | 3 | 126 | 0 | 24 | 452 | 114 | 56 |
| Binary | 11000111 | 11100 | 11001101 | 11 | 1010110 | 0 | 10100 | 100101010 | 1001100 | 101110 |
Color Harmonies of #C71CCD
Complementary color
Monochromatic Colors of #C71CCD
Black with #C71CCD
Text Example
Text Example
White with #C71CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71CCD; }
p { color: rgb(199,28,205); }
H1.HeaderClassName
{
color: #C71CCD;
}
.AnyTagClassName
{
color: #C71CCD;
}
</style>
background-color css
<style>
a { background-color: #C71CCD; }
a { background-color: rgb(199,28,205); }
div.DivClassName
{
background-color: #C71CCD;
}
.BgClassName
{
background-color: #C71CCD;
}
</style>
border-color css
<style>
span { border-color: #C71CCD; }
span { border-color: rgb(199,28,205); }
td.TdClassName
{
border-color: #C71CCD;
}
.TagClassName
{
border-color: #C71CCD;
}
</style>