Shades of Deep Magenta #C729DE
Tints of Deep Magenta #C729DE
RGB
CMYK
RGB Variations
Color information
#C729DE (or 0xC729DE) is known color: Deep Magenta. HEX triplet: C7, 29 and DE. RGB value is (199,41,222). Sum of RGB (Red+Green+Blue) = 199+41+222=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #C729DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729DE is #38D621. Grayscale: #6C6C6C. Windows color (decimal): -3724834 or 14559687. OLE color: 14559687.
HSL color Cylindrical-coordinate representation of color #C729DE: hue angle of 292.38º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C729DE is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 41 | 222 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.13 |
| HSL | 292.38º | 0.73% | 0.52% | - |
| HSV(B) | 292.38º | 0.82% | 0.87% | - |
| XYZ | 37.53 | 19 | 70.8 | - |
| YUV | 108.88 | 191.85 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 222 | 0.10 | 0.82 | 0 | 0.13 | 292.38 | 0.73 | 0.52 |
| Hex | C7 | 29 | DE | A | 52 | 0 | D | 124 | 49 | 34 |
| Octal | 307 | 51 | 336 | 12 | 122 | 0 | 15 | 444 | 111 | 64 |
| Binary | 11000111 | 101001 | 11011110 | 1010 | 1010010 | 0 | 1101 | 100100100 | 1001001 | 110100 |
Color Harmonies of #C729DE
Complementary color
Monochromatic Colors of #C729DE
Black with #C729DE
Text Example
Text Example
White with #C729DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729DE; }
p { color: rgb(199,41,222); }
H1.HeaderClassName
{
color: #C729DE;
}
.AnyTagClassName
{
color: #C729DE;
}
</style>
background-color css
<style>
a { background-color: #C729DE; }
a { background-color: rgb(199,41,222); }
div.DivClassName
{
background-color: #C729DE;
}
.BgClassName
{
background-color: #C729DE;
}
</style>
border-color css
<style>
span { border-color: #C729DE; }
span { border-color: rgb(199,41,222); }
td.TdClassName
{
border-color: #C729DE;
}
.TagClassName
{
border-color: #C729DE;
}
</style>