Shades of Deep Magenta #C729C2
Tints of Deep Magenta #C729C2
RGB
CMYK
RGB Variations
Color information
#C729C2 (or 0xC729C2) is known color: Deep Magenta. HEX triplet: C7, 29 and C2. RGB value is (199,41,194). Sum of RGB (Red+Green+Blue) = 199+41+194=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C729C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729C2 is #38D63D. Grayscale: #696969. Windows color (decimal): -3724862 or 12724679. OLE color: 12724679.
HSL color Cylindrical-coordinate representation of color #C729C2: hue angle of 301.9º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C729C2 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 194 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.22 |
| HSL | 301.9º | 0.66% | 0.47% | - |
| HSV(B) | 301.9º | 0.79% | 0.78% | - |
| XYZ | 34.08 | 17.62 | 52.64 | - |
| YUV | 105.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 194 | 0 | 0.79 | 0.03 | 0.22 | 301.9 | 0.66 | 0.47 |
| Hex | C7 | 29 | C2 | 0 | 4F | 3 | 16 | 12E | 42 | 2F |
| Octal | 307 | 51 | 302 | 0 | 117 | 3 | 26 | 456 | 102 | 57 |
| Binary | 11000111 | 101001 | 11000010 | 0 | 1001111 | 11 | 10110 | 100101110 | 1000010 | 101111 |
Color Harmonies of #C729C2
Complementary color
Monochromatic Colors of #C729C2
Black with #C729C2
Text Example
Text Example
White with #C729C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729C2; }
p { color: rgb(199,41,194); }
H1.HeaderClassName
{
color: #C729C2;
}
.AnyTagClassName
{
color: #C729C2;
}
</style>
background-color css
<style>
a { background-color: #C729C2; }
a { background-color: rgb(199,41,194); }
div.DivClassName
{
background-color: #C729C2;
}
.BgClassName
{
background-color: #C729C2;
}
</style>
border-color css
<style>
span { border-color: #C729C2; }
span { border-color: rgb(199,41,194); }
td.TdClassName
{
border-color: #C729C2;
}
.TagClassName
{
border-color: #C729C2;
}
</style>