Shades of Deep Magenta #C71CCC
Tints of Deep Magenta #C71CCC
RGB
CMYK
RGB Variations
Color information
#C71CCC (or 0xC71CCC) is known color: Deep Magenta. HEX triplet: C7, 1C and CC. RGB value is (199,28,204). Sum of RGB (Red+Green+Blue) = 199+28+204=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #C71CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71CCC is #38E333. Grayscale: #626262. Windows color (decimal): -3728180 or 13376711. OLE color: 13376711.
HSL color Cylindrical-coordinate representation of color #C71CCC: hue angle of 298.3º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71CCC is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 28 | 204 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.2 |
| HSL | 298.3º | 0.76% | 0.45% | - |
| HSV(B) | 298.3º | 0.86% | 0.8% | - |
| XYZ | 34.87 | 17.33 | 58.63 | - |
| YUV | 99.19 | 187.15 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 204 | 0.02 | 0.86 | 0 | 0.2 | 298.3 | 0.76 | 0.45 |
| Hex | C7 | 1C | CC | 2 | 56 | 0 | 14 | 12A | 4C | 2D |
| Octal | 307 | 34 | 314 | 2 | 126 | 0 | 24 | 452 | 114 | 55 |
| Binary | 11000111 | 11100 | 11001100 | 10 | 1010110 | 0 | 10100 | 100101010 | 1001100 | 101101 |
Color Harmonies of #C71CCC
Complementary color
Monochromatic Colors of #C71CCC
Black with #C71CCC
Text Example
Text Example
White with #C71CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71CCC; }
p { color: rgb(199,28,204); }
H1.HeaderClassName
{
color: #C71CCC;
}
.AnyTagClassName
{
color: #C71CCC;
}
</style>
background-color css
<style>
a { background-color: #C71CCC; }
a { background-color: rgb(199,28,204); }
div.DivClassName
{
background-color: #C71CCC;
}
.BgClassName
{
background-color: #C71CCC;
}
</style>
border-color css
<style>
span { border-color: #C71CCC; }
span { border-color: rgb(199,28,204); }
td.TdClassName
{
border-color: #C71CCC;
}
.TagClassName
{
border-color: #C71CCC;
}
</style>