Shades of Deep Magenta #C829CA
Tints of Deep Magenta #C829CA
RGB
CMYK
RGB Variations
Color information
#C829CA (or 0xC829CA) is known color: Deep Magenta. HEX triplet: C8, 29 and CA. RGB value is (200,41,202). Sum of RGB (Red+Green+Blue) = 200+41+202=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #C829CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829CA is #37D635. Grayscale: #6A6A6A. Windows color (decimal): -3659318 or 13248968. OLE color: 13248968.
HSL color Cylindrical-coordinate representation of color #C829CA: hue angle of 299.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C829CA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 41 | 202 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.21 |
| HSL | 299.25º | 0.66% | 0.48% | - |
| HSV(B) | 299.25º | 0.8% | 0.79% | - |
| XYZ | 35.27 | 18.13 | 57.52 | - |
| YUV | 106.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 202 | 0.01 | 0.80 | 0 | 0.21 | 299.25 | 0.66 | 0.48 |
| Hex | C8 | 29 | CA | 1 | 50 | 0 | 15 | 12B | 42 | 30 |
| Octal | 310 | 51 | 312 | 1 | 120 | 0 | 25 | 453 | 102 | 60 |
| Binary | 11001000 | 101001 | 11001010 | 1 | 1010000 | 0 | 10101 | 100101011 | 1000010 | 110000 |
Color Harmonies of #C829CA
Complementary color
Monochromatic Colors of #C829CA
Black with #C829CA
Text Example
Text Example
White with #C829CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829CA; }
p { color: rgb(200,41,202); }
H1.HeaderClassName
{
color: #C829CA;
}
.AnyTagClassName
{
color: #C829CA;
}
</style>
background-color css
<style>
a { background-color: #C829CA; }
a { background-color: rgb(200,41,202); }
div.DivClassName
{
background-color: #C829CA;
}
.BgClassName
{
background-color: #C829CA;
}
</style>
border-color css
<style>
span { border-color: #C829CA; }
span { border-color: rgb(200,41,202); }
td.TdClassName
{
border-color: #C829CA;
}
.TagClassName
{
border-color: #C829CA;
}
</style>