Shades of Deep Magenta #C729CC
Tints of Deep Magenta #C729CC
RGB
CMYK
RGB Variations
Color information
#C729CC (or 0xC729CC) is known color: Deep Magenta. HEX triplet: C7, 29 and CC. RGB value is (199,41,204). Sum of RGB (Red+Green+Blue) = 199+41+204=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #C729CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729CC is #38D633. Grayscale: #6A6A6A. Windows color (decimal): -3724852 or 13380039. OLE color: 13380039.
HSL color Cylindrical-coordinate representation of color #C729CC: hue angle of 298.16º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C729CC is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 41 | 204 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.2 |
| HSL | 298.16º | 0.67% | 0.48% | - |
| HSV(B) | 298.16º | 0.8% | 0.8% | - |
| XYZ | 35.25 | 18.09 | 58.76 | - |
| YUV | 106.82 | 182.85 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 204 | 0.02 | 0.80 | 0 | 0.2 | 298.16 | 0.67 | 0.48 |
| Hex | C7 | 29 | CC | 2 | 50 | 0 | 14 | 12A | 43 | 30 |
| Octal | 307 | 51 | 314 | 2 | 120 | 0 | 24 | 452 | 103 | 60 |
| Binary | 11000111 | 101001 | 11001100 | 10 | 1010000 | 0 | 10100 | 100101010 | 1000011 | 110000 |
Color Harmonies of #C729CC
Complementary color
Monochromatic Colors of #C729CC
Black with #C729CC
Text Example
Text Example
White with #C729CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729CC; }
p { color: rgb(199,41,204); }
H1.HeaderClassName
{
color: #C729CC;
}
.AnyTagClassName
{
color: #C729CC;
}
</style>
background-color css
<style>
a { background-color: #C729CC; }
a { background-color: rgb(199,41,204); }
div.DivClassName
{
background-color: #C729CC;
}
.BgClassName
{
background-color: #C729CC;
}
</style>
border-color css
<style>
span { border-color: #C729CC; }
span { border-color: rgb(199,41,204); }
td.TdClassName
{
border-color: #C729CC;
}
.TagClassName
{
border-color: #C729CC;
}
</style>