Shades of Deep Magenta #C71CAD
Tints of Deep Magenta #C71CAD
RGB
CMYK
RGB Variations
Color information
#C71CAD (or 0xC71CAD) is known color: Deep Magenta. HEX triplet: C7, 1C and AD. RGB value is (199,28,173). Sum of RGB (Red+Green+Blue) = 199+28+173=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C71CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71CAD is #38E352. Grayscale: #5F5F5F. Windows color (decimal): -3728211 or 11345095. OLE color: 11345095.
HSL color Cylindrical-coordinate representation of color #C71CAD: hue angle of 309.12º 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 #C71CAD is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 28 | 173 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.22 |
| HSL | 309.12º | 0.75% | 0.45% | - |
| HSV(B) | 309.12º | 0.86% | 0.78% | - |
| XYZ | 31.51 | 15.99 | 40.96 | - |
| YUV | 95.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 173 | 0 | 0.86 | 0.13 | 0.22 | 309.12 | 0.75 | 0.45 |
| Hex | C7 | 1C | AD | 0 | 56 | D | 16 | 135 | 4B | 2D |
| Octal | 307 | 34 | 255 | 0 | 126 | 15 | 26 | 465 | 113 | 55 |
| Binary | 11000111 | 11100 | 10101101 | 0 | 1010110 | 1101 | 10110 | 100110101 | 1001011 | 101101 |
Color Harmonies of #C71CAD
Complementary color
Monochromatic Colors of #C71CAD
Black with #C71CAD
Text Example
Text Example
White with #C71CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71CAD; }
p { color: rgb(199,28,173); }
H1.HeaderClassName
{
color: #C71CAD;
}
.AnyTagClassName
{
color: #C71CAD;
}
</style>
background-color css
<style>
a { background-color: #C71CAD; }
a { background-color: rgb(199,28,173); }
div.DivClassName
{
background-color: #C71CAD;
}
.BgClassName
{
background-color: #C71CAD;
}
</style>
border-color css
<style>
span { border-color: #C71CAD; }
span { border-color: rgb(199,28,173); }
td.TdClassName
{
border-color: #C71CAD;
}
.TagClassName
{
border-color: #C71CAD;
}
</style>