Shades of Deep Magenta #C529DD
Tints of Deep Magenta #C529DD
RGB
CMYK
RGB Variations
Color information
#C529DD (or 0xC529DD) is known color: Deep Magenta. HEX triplet: C5, 29 and DD. RGB value is (197,41,221). Sum of RGB (Red+Green+Blue) = 197+41+221=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #C529DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C529DD is #3AD622. Grayscale: #6B6B6B. Windows color (decimal): -3855907 or 14494149. OLE color: 14494149.
HSL color Cylindrical-coordinate representation of color #C529DD: hue angle of 292º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C529DD is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 41 | 221 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.13 |
| HSL | 292º | 0.73% | 0.51% | - |
| HSV(B) | 292º | 0.81% | 0.87% | - |
| XYZ | 36.87 | 18.68 | 70.07 | - |
| YUV | 108.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 221 | 0.11 | 0.81 | 0 | 0.13 | 292 | 0.73 | 0.51 |
| Hex | C5 | 29 | DD | B | 51 | 0 | D | 124 | 49 | 33 |
| Octal | 305 | 51 | 335 | 13 | 121 | 0 | 15 | 444 | 111 | 63 |
| Binary | 11000101 | 101001 | 11011101 | 1011 | 1010001 | 0 | 1101 | 100100100 | 1001001 | 110011 |
Color Harmonies of #C529DD
Complementary color
Monochromatic Colors of #C529DD
Black with #C529DD
Text Example
Text Example
White with #C529DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529DD; }
p { color: rgb(197,41,221); }
H1.HeaderClassName
{
color: #C529DD;
}
.AnyTagClassName
{
color: #C529DD;
}
</style>
background-color css
<style>
a { background-color: #C529DD; }
a { background-color: rgb(197,41,221); }
div.DivClassName
{
background-color: #C529DD;
}
.BgClassName
{
background-color: #C529DD;
}
</style>
border-color css
<style>
span { border-color: #C529DD; }
span { border-color: rgb(197,41,221); }
td.TdClassName
{
border-color: #C529DD;
}
.TagClassName
{
border-color: #C529DD;
}
</style>