Shades of Deep Magenta #C711D1
Tints of Deep Magenta #C711D1
RGB
CMYK
RGB Variations
Color information
#C711D1 (or 0xC711D1) is known color: Deep Magenta. HEX triplet: C7, 11 and D1. RGB value is (199,17,209). Sum of RGB (Red+Green+Blue) = 199+17+209=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #C711D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711D1 is #38EE2E. Grayscale: #5C5C5C. Windows color (decimal): -3730991 or 13701575. OLE color: 13701575.
HSL color Cylindrical-coordinate representation of color #C711D1: hue angle of 296.88º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C711D1 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 17 | 209 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.18 |
| HSL | 296.88º | 0.85% | 0.44% | - |
| HSV(B) | 296.88º | 0.92% | 0.82% | - |
| XYZ | 35.26 | 17.15 | 61.77 | - |
| YUV | 93.31 | 193.3 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 209 | 0.05 | 0.92 | 0 | 0.18 | 296.88 | 0.85 | 0.44 |
| Hex | C7 | 11 | D1 | 5 | 5C | 0 | 12 | 129 | 55 | 2C |
| Octal | 307 | 21 | 321 | 5 | 134 | 0 | 22 | 451 | 125 | 54 |
| Binary | 11000111 | 10001 | 11010001 | 101 | 1011100 | 0 | 10010 | 100101001 | 1010101 | 101100 |
Color Harmonies of #C711D1
Complementary color
Monochromatic Colors of #C711D1
Black with #C711D1
Text Example
Text Example
White with #C711D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711D1; }
p { color: rgb(199,17,209); }
H1.HeaderClassName
{
color: #C711D1;
}
.AnyTagClassName
{
color: #C711D1;
}
</style>
background-color css
<style>
a { background-color: #C711D1; }
a { background-color: rgb(199,17,209); }
div.DivClassName
{
background-color: #C711D1;
}
.BgClassName
{
background-color: #C711D1;
}
</style>
border-color css
<style>
span { border-color: #C711D1; }
span { border-color: rgb(199,17,209); }
td.TdClassName
{
border-color: #C711D1;
}
.TagClassName
{
border-color: #C711D1;
}
</style>