Shades of Deep Magenta #C829C6
Tints of Deep Magenta #C829C6
RGB
CMYK
RGB Variations
Color information
#C829C6 (or 0xC829C6) is known color: Deep Magenta. HEX triplet: C8, 29 and C6. RGB value is (200,41,198). Sum of RGB (Red+Green+Blue) = 200+41+198=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C829C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829C6 is #37D639. Grayscale: #696969. Windows color (decimal): -3659322 or 12986824. OLE color: 12986824.
HSL color Cylindrical-coordinate representation of color #C829C6: hue angle of 300.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C829C6 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 198 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.22 |
| HSL | 300.75º | 0.66% | 0.47% | - |
| HSV(B) | 300.75º | 0.8% | 0.78% | - |
| XYZ | 34.81 | 17.94 | 55.05 | - |
| YUV | 106.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 198 | 0 | 0.80 | 0.01 | 0.22 | 300.75 | 0.66 | 0.47 |
| Hex | C8 | 29 | C6 | 0 | 50 | 1 | 16 | 12D | 42 | 2F |
| Octal | 310 | 51 | 306 | 0 | 120 | 1 | 26 | 455 | 102 | 57 |
| Binary | 11001000 | 101001 | 11000110 | 0 | 1010000 | 1 | 10110 | 100101101 | 1000010 | 101111 |
Color Harmonies of #C829C6
Complementary color
Monochromatic Colors of #C829C6
Black with #C829C6
Text Example
Text Example
White with #C829C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829C6; }
p { color: rgb(200,41,198); }
H1.HeaderClassName
{
color: #C829C6;
}
.AnyTagClassName
{
color: #C829C6;
}
</style>
background-color css
<style>
a { background-color: #C829C6; }
a { background-color: rgb(200,41,198); }
div.DivClassName
{
background-color: #C829C6;
}
.BgClassName
{
background-color: #C829C6;
}
</style>
border-color css
<style>
span { border-color: #C829C6; }
span { border-color: rgb(200,41,198); }
td.TdClassName
{
border-color: #C829C6;
}
.TagClassName
{
border-color: #C829C6;
}
</style>