Shades of Deep Magenta #C729E0
Tints of Deep Magenta #C729E0
RGB
CMYK
RGB Variations
Color information
#C729E0 (or 0xC729E0) is known color: Deep Magenta. HEX triplet: C7, 29 and E0. RGB value is (199,41,224). Sum of RGB (Red+Green+Blue) = 199+41+224=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #C729E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729E0 is #38D61F. Grayscale: #6C6C6C. Windows color (decimal): -3724832 or 14690759. OLE color: 14690759.
HSL color Cylindrical-coordinate representation of color #C729E0: hue angle of 291.8º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C729E0 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 41 | 224 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.12 |
| HSL | 291.8º | 0.75% | 0.52% | - |
| HSV(B) | 291.8º | 0.82% | 0.88% | - |
| XYZ | 37.8 | 19.11 | 72.22 | - |
| YUV | 109.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 224 | 0.11 | 0.82 | 0 | 0.12 | 291.8 | 0.75 | 0.52 |
| Hex | C7 | 29 | E0 | B | 52 | 0 | C | 124 | 4B | 34 |
| Octal | 307 | 51 | 340 | 13 | 122 | 0 | 14 | 444 | 113 | 64 |
| Binary | 11000111 | 101001 | 11100000 | 1011 | 1010010 | 0 | 1100 | 100100100 | 1001011 | 110100 |
Color Harmonies of #C729E0
Complementary color
Monochromatic Colors of #C729E0
Black with #C729E0
Text Example
Text Example
White with #C729E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729E0; }
p { color: rgb(199,41,224); }
H1.HeaderClassName
{
color: #C729E0;
}
.AnyTagClassName
{
color: #C729E0;
}
</style>
background-color css
<style>
a { background-color: #C729E0; }
a { background-color: rgb(199,41,224); }
div.DivClassName
{
background-color: #C729E0;
}
.BgClassName
{
background-color: #C729E0;
}
</style>
border-color css
<style>
span { border-color: #C729E0; }
span { border-color: rgb(199,41,224); }
td.TdClassName
{
border-color: #C729E0;
}
.TagClassName
{
border-color: #C729E0;
}
</style>