Shades of Deep Magenta #C71DCD
Tints of Deep Magenta #C71DCD
RGB
CMYK
RGB Variations
Color information
#C71DCD (or 0xC71DCD) is known color: Deep Magenta. HEX triplet: C7, 1D and CD. RGB value is (199,29,205). Sum of RGB (Red+Green+Blue) = 199+29+205=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #C71DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DCD is #38E232. Grayscale: #636363. Windows color (decimal): -3727923 or 13442503. OLE color: 13442503.
HSL color Cylindrical-coordinate representation of color #C71DCD: hue angle of 297.95º degrees, saturation: 0.75, 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 #C71DCD is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 29 | 205 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.20 |
| HSL | 297.95º | 0.75% | 0.46% | - |
| HSV(B) | 297.95º | 0.86% | 0.8% | - |
| XYZ | 35.01 | 17.43 | 59.28 | - |
| YUV | 99.89 | 187.32 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 205 | 0.03 | 0.86 | 0 | 0.20 | 297.95 | 0.75 | 0.46 |
| Hex | C7 | 1D | CD | 3 | 56 | 0 | 14 | 12A | 4B | 2E |
| Octal | 307 | 35 | 315 | 3 | 126 | 0 | 24 | 452 | 113 | 56 |
| Binary | 11000111 | 11101 | 11001101 | 11 | 1010110 | 0 | 10100 | 100101010 | 1001011 | 101110 |
Color Harmonies of #C71DCD
Complementary color
Monochromatic Colors of #C71DCD
Black with #C71DCD
Text Example
Text Example
White with #C71DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DCD; }
p { color: rgb(199,29,205); }
H1.HeaderClassName
{
color: #C71DCD;
}
.AnyTagClassName
{
color: #C71DCD;
}
</style>
background-color css
<style>
a { background-color: #C71DCD; }
a { background-color: rgb(199,29,205); }
div.DivClassName
{
background-color: #C71DCD;
}
.BgClassName
{
background-color: #C71DCD;
}
</style>
border-color css
<style>
span { border-color: #C71DCD; }
span { border-color: rgb(199,29,205); }
td.TdClassName
{
border-color: #C71DCD;
}
.TagClassName
{
border-color: #C71DCD;
}
</style>