Shades of Deep Magenta #C729DA
Tints of Deep Magenta #C729DA
RGB
CMYK
RGB Variations
Color information
#C729DA (or 0xC729DA) is known color: Deep Magenta. HEX triplet: C7, 29 and DA. RGB value is (199,41,218). Sum of RGB (Red+Green+Blue) = 199+41+218=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #C729DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729DA is #38D625. Grayscale: #6B6B6B. Windows color (decimal): -3724838 or 14297543. OLE color: 14297543.
HSL color Cylindrical-coordinate representation of color #C729DA: hue angle of 293.56º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C729DA is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 41 | 218 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.15 |
| HSL | 293.56º | 0.71% | 0.51% | - |
| HSV(B) | 293.56º | 0.81% | 0.85% | - |
| XYZ | 37 | 18.79 | 68.01 | - |
| YUV | 108.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 218 | 0.09 | 0.81 | 0 | 0.15 | 293.56 | 0.71 | 0.51 |
| Hex | C7 | 29 | DA | 9 | 51 | 0 | F | 126 | 47 | 33 |
| Octal | 307 | 51 | 332 | 11 | 121 | 0 | 17 | 446 | 107 | 63 |
| Binary | 11000111 | 101001 | 11011010 | 1001 | 1010001 | 0 | 1111 | 100100110 | 1000111 | 110011 |
Color Harmonies of #C729DA
Complementary color
Monochromatic Colors of #C729DA
Black with #C729DA
Text Example
Text Example
White with #C729DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729DA; }
p { color: rgb(199,41,218); }
H1.HeaderClassName
{
color: #C729DA;
}
.AnyTagClassName
{
color: #C729DA;
}
</style>
background-color css
<style>
a { background-color: #C729DA; }
a { background-color: rgb(199,41,218); }
div.DivClassName
{
background-color: #C729DA;
}
.BgClassName
{
background-color: #C729DA;
}
</style>
border-color css
<style>
span { border-color: #C729DA; }
span { border-color: rgb(199,41,218); }
td.TdClassName
{
border-color: #C729DA;
}
.TagClassName
{
border-color: #C729DA;
}
</style>