Shades of Deep Magenta #C71CDE
Tints of Deep Magenta #C71CDE
RGB
CMYK
RGB Variations
Color information
#C71CDE (or 0xC71CDE) is known color: Deep Magenta. HEX triplet: C7, 1C and DE. RGB value is (199,28,222). Sum of RGB (Red+Green+Blue) = 199+28+222=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #C71CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71CDE is #38E321. Grayscale: #646464. Windows color (decimal): -3728162 or 14556359. OLE color: 14556359.
HSL color Cylindrical-coordinate representation of color #C71CDE: hue angle of 292.89º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71CDE is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 28 | 222 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.13 |
| HSL | 292.89º | 0.78% | 0.49% | - |
| HSV(B) | 292.89º | 0.87% | 0.87% | - |
| XYZ | 37.15 | 18.25 | 70.67 | - |
| YUV | 101.25 | 196.15 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 222 | 0.10 | 0.87 | 0 | 0.13 | 292.89 | 0.78 | 0.49 |
| Hex | C7 | 1C | DE | A | 57 | 0 | D | 125 | 4E | 31 |
| Octal | 307 | 34 | 336 | 12 | 127 | 0 | 15 | 445 | 116 | 61 |
| Binary | 11000111 | 11100 | 11011110 | 1010 | 1010111 | 0 | 1101 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C71CDE
Complementary color
Monochromatic Colors of #C71CDE
Black with #C71CDE
Text Example
Text Example
White with #C71CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71CDE; }
p { color: rgb(199,28,222); }
H1.HeaderClassName
{
color: #C71CDE;
}
.AnyTagClassName
{
color: #C71CDE;
}
</style>
background-color css
<style>
a { background-color: #C71CDE; }
a { background-color: rgb(199,28,222); }
div.DivClassName
{
background-color: #C71CDE;
}
.BgClassName
{
background-color: #C71CDE;
}
</style>
border-color css
<style>
span { border-color: #C71CDE; }
span { border-color: rgb(199,28,222); }
td.TdClassName
{
border-color: #C71CDE;
}
.TagClassName
{
border-color: #C71CDE;
}
</style>