Shades of Deep Magenta #C71DDA
Tints of Deep Magenta #C71DDA
RGB
CMYK
RGB Variations
Color information
#C71DDA (or 0xC71DDA) is known color: Deep Magenta. HEX triplet: C7, 1D and DA. RGB value is (199,29,218). Sum of RGB (Red+Green+Blue) = 199+29+218=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #C71DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DDA is #38E225. Grayscale: #646464. Windows color (decimal): -3727910 or 14294471. OLE color: 14294471.
HSL color Cylindrical-coordinate representation of color #C71DDA: hue angle of 293.97º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71DDA is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 29 | 218 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.15 |
| HSL | 293.97º | 0.77% | 0.48% | - |
| HSV(B) | 293.97º | 0.87% | 0.85% | - |
| XYZ | 36.65 | 18.08 | 67.89 | - |
| YUV | 101.38 | 193.82 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 218 | 0.09 | 0.87 | 0 | 0.15 | 293.97 | 0.77 | 0.48 |
| Hex | C7 | 1D | DA | 9 | 57 | 0 | F | 126 | 4D | 30 |
| Octal | 307 | 35 | 332 | 11 | 127 | 0 | 17 | 446 | 115 | 60 |
| Binary | 11000111 | 11101 | 11011010 | 1001 | 1010111 | 0 | 1111 | 100100110 | 1001101 | 110000 |
Color Harmonies of #C71DDA
Complementary color
Monochromatic Colors of #C71DDA
Black with #C71DDA
Text Example
Text Example
White with #C71DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DDA; }
p { color: rgb(199,29,218); }
H1.HeaderClassName
{
color: #C71DDA;
}
.AnyTagClassName
{
color: #C71DDA;
}
</style>
background-color css
<style>
a { background-color: #C71DDA; }
a { background-color: rgb(199,29,218); }
div.DivClassName
{
background-color: #C71DDA;
}
.BgClassName
{
background-color: #C71DDA;
}
</style>
border-color css
<style>
span { border-color: #C71DDA; }
span { border-color: rgb(199,29,218); }
td.TdClassName
{
border-color: #C71DDA;
}
.TagClassName
{
border-color: #C71DDA;
}
</style>