Shades of Deep Magenta #C71DDD
Tints of Deep Magenta #C71DDD
RGB
CMYK
RGB Variations
Color information
#C71DDD (or 0xC71DDD) is known color: Deep Magenta. HEX triplet: C7, 1D and DD. RGB value is (199,29,221). Sum of RGB (Red+Green+Blue) = 199+29+221=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #C71DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DDD is #38E222. Grayscale: #656565. Windows color (decimal): -3727907 or 14491079. OLE color: 14491079.
HSL color Cylindrical-coordinate representation of color #C71DDD: hue angle of 293.12º degrees, saturation: 0.77, 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 #C71DDD is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 29 | 221 | - |
CMYK | 0.10 | 0.87 | 0 | 0.13 |
HSL | 293.13º | 0.77% | 0.49% | - |
HSV(B) | 293.13º | 0.87% | 0.87% | - |
XYZ | 37.04 | 18.24 | 69.98 | - |
YUV | 101.72 | 195.32 | 197.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 29 | 221 | 0.10 | 0.87 | 0 | 0.13 | 293.13 | 0.77 | 0.49 |
Hex | C7 | 1D | DD | A | 57 | 0 | D | 125 | 4D | 31 |
Octal | 307 | 35 | 335 | 12 | 127 | 0 | 15 | 445 | 115 | 61 |
Binary | 11000111 | 11101 | 11011101 | 1010 | 1010111 | 0 | 1101 | 100100101 | 1001101 | 110001 |
Color Harmonies of #C71DDD
Complementary color
Monochromatic Colors of #C71DDD
Black with #C71DDD
Text Example
Text Example
White with #C71DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DDD; }
p { color: rgb(199,29,221); }
H1.HeaderClassName
{
color: #C71DDD;
}
.AnyTagClassName
{
color: #C71DDD;
}
</style>
background-color css
<style>
a { background-color: #C71DDD; }
a { background-color: rgb(199,29,221); }
div.DivClassName
{
background-color: #C71DDD;
}
.BgClassName
{
background-color: #C71DDD;
}
</style>
border-color css
<style>
span { border-color: #C71DDD; }
span { border-color: rgb(199,29,221); }
td.TdClassName
{
border-color: #C71DDD;
}
.TagClassName
{
border-color: #C71DDD;
}
</style>