Shades of Deep Magenta #C829E0
Tints of Deep Magenta #C829E0
RGB
CMYK
RGB Variations
Color information
#C829E0 (or 0xC829E0) is known color: Deep Magenta. HEX triplet: C8, 29 and E0. RGB value is (200,41,224). Sum of RGB (Red+Green+Blue) = 200+41+224=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #C829E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829E0 is #37D61F. Grayscale: #6C6C6C. Windows color (decimal): -3659296 or 14690760. OLE color: 14690760.
HSL color Cylindrical-coordinate representation of color #C829E0: hue angle of 292.13º 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 #C829E0 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 41 | 224 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.12 |
| HSL | 292.13º | 0.75% | 0.52% | - |
| HSV(B) | 292.13º | 0.82% | 0.88% | - |
| XYZ | 38.07 | 19.25 | 72.23 | - |
| YUV | 109.4 | 192.68 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 224 | 0.11 | 0.82 | 0 | 0.12 | 292.13 | 0.75 | 0.52 |
| Hex | C8 | 29 | E0 | B | 52 | 0 | C | 124 | 4B | 34 |
| Octal | 310 | 51 | 340 | 13 | 122 | 0 | 14 | 444 | 113 | 64 |
| Binary | 11001000 | 101001 | 11100000 | 1011 | 1010010 | 0 | 1100 | 100100100 | 1001011 | 110100 |
Color Harmonies of #C829E0
Complementary color
Monochromatic Colors of #C829E0
Black with #C829E0
Text Example
Text Example
White with #C829E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829E0; }
p { color: rgb(200,41,224); }
H1.HeaderClassName
{
color: #C829E0;
}
.AnyTagClassName
{
color: #C829E0;
}
</style>
background-color css
<style>
a { background-color: #C829E0; }
a { background-color: rgb(200,41,224); }
div.DivClassName
{
background-color: #C829E0;
}
.BgClassName
{
background-color: #C829E0;
}
</style>
border-color css
<style>
span { border-color: #C829E0; }
span { border-color: rgb(200,41,224); }
td.TdClassName
{
border-color: #C829E0;
}
.TagClassName
{
border-color: #C829E0;
}
</style>