Shades of Deep Magenta #C729DC
Tints of Deep Magenta #C729DC
RGB
CMYK
RGB Variations
Color information
#C729DC (or 0xC729DC) is known color: Deep Magenta. HEX triplet: C7, 29 and DC. RGB value is (199,41,220). Sum of RGB (Red+Green+Blue) = 199+41+220=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #C729DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729DC is #38D623. Grayscale: #6C6C6C. Windows color (decimal): -3724836 or 14428615. OLE color: 14428615.
HSL color Cylindrical-coordinate representation of color #C729DC: hue angle of 292.96º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C729DC is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 41 | 220 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.14 |
| HSL | 292.96º | 0.72% | 0.51% | - |
| HSV(B) | 292.96º | 0.81% | 0.86% | - |
| XYZ | 37.26 | 18.9 | 69.39 | - |
| YUV | 108.65 | 190.85 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 220 | 0.10 | 0.81 | 0 | 0.14 | 292.96 | 0.72 | 0.51 |
| Hex | C7 | 29 | DC | A | 51 | 0 | E | 125 | 48 | 33 |
| Octal | 307 | 51 | 334 | 12 | 121 | 0 | 16 | 445 | 110 | 63 |
| Binary | 11000111 | 101001 | 11011100 | 1010 | 1010001 | 0 | 1110 | 100100101 | 1001000 | 110011 |
Color Harmonies of #C729DC
Complementary color
Monochromatic Colors of #C729DC
Black with #C729DC
Text Example
Text Example
White with #C729DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729DC; }
p { color: rgb(199,41,220); }
H1.HeaderClassName
{
color: #C729DC;
}
.AnyTagClassName
{
color: #C729DC;
}
</style>
background-color css
<style>
a { background-color: #C729DC; }
a { background-color: rgb(199,41,220); }
div.DivClassName
{
background-color: #C729DC;
}
.BgClassName
{
background-color: #C729DC;
}
</style>
border-color css
<style>
span { border-color: #C729DC; }
span { border-color: rgb(199,41,220); }
td.TdClassName
{
border-color: #C729DC;
}
.TagClassName
{
border-color: #C729DC;
}
</style>