Shades of Deep Magenta #C829D7
Tints of Deep Magenta #C829D7
RGB
CMYK
RGB Variations
Color information
#C829D7 (or 0xC829D7) is known color: Deep Magenta. HEX triplet: C8, 29 and D7. RGB value is (200,41,215). Sum of RGB (Red+Green+Blue) = 200+41+215=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #C829D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829D7 is #37D628. Grayscale: #6B6B6B. Windows color (decimal): -3659305 or 14100936. OLE color: 14100936.
HSL color Cylindrical-coordinate representation of color #C829D7: hue angle of 294.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C829D7 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 41 | 215 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.16 |
| HSL | 294.83º | 0.69% | 0.5% | - |
| HSV(B) | 294.83º | 0.81% | 0.84% | - |
| XYZ | 36.88 | 18.77 | 65.97 | - |
| YUV | 108.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 215 | 0.07 | 0.81 | 0 | 0.16 | 294.83 | 0.69 | 0.5 |
| Hex | C8 | 29 | D7 | 7 | 51 | 0 | 10 | 127 | 45 | 32 |
| Octal | 310 | 51 | 327 | 7 | 121 | 0 | 20 | 447 | 105 | 62 |
| Binary | 11001000 | 101001 | 11010111 | 111 | 1010001 | 0 | 10000 | 100100111 | 1000101 | 110010 |
Color Harmonies of #C829D7
Complementary color
Monochromatic Colors of #C829D7
Black with #C829D7
Text Example
Text Example
White with #C829D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829D7; }
p { color: rgb(200,41,215); }
H1.HeaderClassName
{
color: #C829D7;
}
.AnyTagClassName
{
color: #C829D7;
}
</style>
background-color css
<style>
a { background-color: #C829D7; }
a { background-color: rgb(200,41,215); }
div.DivClassName
{
background-color: #C829D7;
}
.BgClassName
{
background-color: #C829D7;
}
</style>
border-color css
<style>
span { border-color: #C829D7; }
span { border-color: rgb(200,41,215); }
td.TdClassName
{
border-color: #C829D7;
}
.TagClassName
{
border-color: #C829D7;
}
</style>