Shades of Deep Magenta #C729C9
Tints of Deep Magenta #C729C9
RGB
CMYK
RGB Variations
Color information
#C729C9 (or 0xC729C9) is known color: Deep Magenta. HEX triplet: C7, 29 and C9. RGB value is (199,41,201). Sum of RGB (Red+Green+Blue) = 199+41+201=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #C729C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729C9 is #38D636. Grayscale: #696969. Windows color (decimal): -3724855 or 13183431. OLE color: 13183431.
HSL color Cylindrical-coordinate representation of color #C729C9: hue angle of 299.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C729C9 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 41 | 201 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.21 |
| HSL | 299.25º | 0.66% | 0.47% | - |
| HSV(B) | 299.25º | 0.8% | 0.79% | - |
| XYZ | 34.89 | 17.95 | 56.88 | - |
| YUV | 106.48 | 181.35 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 201 | 0.01 | 0.80 | 0 | 0.21 | 299.25 | 0.66 | 0.47 |
| Hex | C7 | 29 | C9 | 1 | 50 | 0 | 15 | 12B | 42 | 2F |
| Octal | 307 | 51 | 311 | 1 | 120 | 0 | 25 | 453 | 102 | 57 |
| Binary | 11000111 | 101001 | 11001001 | 1 | 1010000 | 0 | 10101 | 100101011 | 1000010 | 101111 |
Color Harmonies of #C729C9
Complementary color
Monochromatic Colors of #C729C9
Black with #C729C9
Text Example
Text Example
White with #C729C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729C9; }
p { color: rgb(199,41,201); }
H1.HeaderClassName
{
color: #C729C9;
}
.AnyTagClassName
{
color: #C729C9;
}
</style>
background-color css
<style>
a { background-color: #C729C9; }
a { background-color: rgb(199,41,201); }
div.DivClassName
{
background-color: #C729C9;
}
.BgClassName
{
background-color: #C729C9;
}
</style>
border-color css
<style>
span { border-color: #C729C9; }
span { border-color: rgb(199,41,201); }
td.TdClassName
{
border-color: #C729C9;
}
.TagClassName
{
border-color: #C729C9;
}
</style>