Shades of Deep Magenta #C829CD
Tints of Deep Magenta #C829CD
RGB
CMYK
RGB Variations
Color information
#C829CD (or 0xC829CD) is known color: Deep Magenta. HEX triplet: C8, 29 and CD. RGB value is (200,41,205). Sum of RGB (Red+Green+Blue) = 200+41+205=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #C829CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829CD is #37D632. Grayscale: #6A6A6A. Windows color (decimal): -3659315 or 13445576. OLE color: 13445576.
HSL color Cylindrical-coordinate representation of color #C829CD: hue angle of 298.17º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C829CD is Cyan = 0.02, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 41 | 205 | - |
| CMYK | 0.02 | 0.8 | 0 | 0.20 |
| HSL | 298.17º | 0.67% | 0.48% | - |
| HSV(B) | 298.17º | 0.8% | 0.8% | - |
| XYZ | 35.63 | 18.27 | 59.41 | - |
| YUV | 107.24 | 183.18 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 205 | 0.02 | 0.8 | 0 | 0.20 | 298.17 | 0.67 | 0.48 |
| Hex | C8 | 29 | CD | 2 | 50 | 0 | 14 | 12A | 43 | 30 |
| Octal | 310 | 51 | 315 | 2 | 120 | 0 | 24 | 452 | 103 | 60 |
| Binary | 11001000 | 101001 | 11001101 | 10 | 1010000 | 0 | 10100 | 100101010 | 1000011 | 110000 |
Color Harmonies of #C829CD
Complementary color
Monochromatic Colors of #C829CD
Black with #C829CD
Text Example
Text Example
White with #C829CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829CD; }
p { color: rgb(200,41,205); }
H1.HeaderClassName
{
color: #C829CD;
}
.AnyTagClassName
{
color: #C829CD;
}
</style>
background-color css
<style>
a { background-color: #C829CD; }
a { background-color: rgb(200,41,205); }
div.DivClassName
{
background-color: #C829CD;
}
.BgClassName
{
background-color: #C829CD;
}
</style>
border-color css
<style>
span { border-color: #C829CD; }
span { border-color: rgb(200,41,205); }
td.TdClassName
{
border-color: #C829CD;
}
.TagClassName
{
border-color: #C829CD;
}
</style>