Shades of Deep Magenta #C729CD
Tints of Deep Magenta #C729CD
RGB
CMYK
RGB Variations
Color information
#C729CD (or 0xC729CD) is known color: Deep Magenta. HEX triplet: C7, 29 and CD. RGB value is (199,41,205). Sum of RGB (Red+Green+Blue) = 199+41+205=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #C729CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729CD is #38D632. Grayscale: #6A6A6A. Windows color (decimal): -3724851 or 13445575. OLE color: 13445575.
HSL color Cylindrical-coordinate representation of color #C729CD: hue angle of 297.8º 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 #C729CD is Cyan = 0.03, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 41 | 205 | - |
| CMYK | 0.03 | 0.8 | 0 | 0.20 |
| HSL | 297.8º | 0.67% | 0.48% | - |
| HSV(B) | 297.8º | 0.8% | 0.8% | - |
| XYZ | 35.37 | 18.14 | 59.39 | - |
| YUV | 106.94 | 183.35 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 205 | 0.03 | 0.8 | 0 | 0.20 | 297.8 | 0.67 | 0.48 |
| Hex | C7 | 29 | CD | 3 | 50 | 0 | 14 | 12A | 43 | 30 |
| Octal | 307 | 51 | 315 | 3 | 120 | 0 | 24 | 452 | 103 | 60 |
| Binary | 11000111 | 101001 | 11001101 | 11 | 1010000 | 0 | 10100 | 100101010 | 1000011 | 110000 |
Color Harmonies of #C729CD
Complementary color
Monochromatic Colors of #C729CD
Black with #C729CD
Text Example
Text Example
White with #C729CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729CD; }
p { color: rgb(199,41,205); }
H1.HeaderClassName
{
color: #C729CD;
}
.AnyTagClassName
{
color: #C729CD;
}
</style>
background-color css
<style>
a { background-color: #C729CD; }
a { background-color: rgb(199,41,205); }
div.DivClassName
{
background-color: #C729CD;
}
.BgClassName
{
background-color: #C729CD;
}
</style>
border-color css
<style>
span { border-color: #C729CD; }
span { border-color: rgb(199,41,205); }
td.TdClassName
{
border-color: #C729CD;
}
.TagClassName
{
border-color: #C729CD;
}
</style>