Shades of Deep Magenta #C529DC
Tints of Deep Magenta #C529DC
RGB
CMYK
RGB Variations
Color information
#C529DC (or 0xC529DC) is known color: Deep Magenta. HEX triplet: C5, 29 and DC. RGB value is (197,41,220). Sum of RGB (Red+Green+Blue) = 197+41+220=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #C529DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C529DC is #3AD623. Grayscale: #6B6B6B. Windows color (decimal): -3855908 or 14428613. OLE color: 14428613.
HSL color Cylindrical-coordinate representation of color #C529DC: hue angle of 292.29º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C529DC is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 41 | 220 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.14 |
| HSL | 292.29º | 0.72% | 0.51% | - |
| HSV(B) | 292.29º | 0.81% | 0.86% | - |
| XYZ | 36.74 | 18.62 | 69.37 | - |
| YUV | 108.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 220 | 0.10 | 0.81 | 0 | 0.14 | 292.29 | 0.72 | 0.51 |
| Hex | C5 | 29 | DC | A | 51 | 0 | E | 124 | 48 | 33 |
| Octal | 305 | 51 | 334 | 12 | 121 | 0 | 16 | 444 | 110 | 63 |
| Binary | 11000101 | 101001 | 11011100 | 1010 | 1010001 | 0 | 1110 | 100100100 | 1001000 | 110011 |
Color Harmonies of #C529DC
Complementary color
Monochromatic Colors of #C529DC
Black with #C529DC
Text Example
Text Example
White with #C529DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529DC; }
p { color: rgb(197,41,220); }
H1.HeaderClassName
{
color: #C529DC;
}
.AnyTagClassName
{
color: #C529DC;
}
</style>
background-color css
<style>
a { background-color: #C529DC; }
a { background-color: rgb(197,41,220); }
div.DivClassName
{
background-color: #C529DC;
}
.BgClassName
{
background-color: #C529DC;
}
</style>
border-color css
<style>
span { border-color: #C529DC; }
span { border-color: rgb(197,41,220); }
td.TdClassName
{
border-color: #C529DC;
}
.TagClassName
{
border-color: #C529DC;
}
</style>