Shades of Deep Magenta #C824DD
Tints of Deep Magenta #C824DD
RGB
CMYK
RGB Variations
Color information
#C824DD (or 0xC824DD) is known color: Deep Magenta. HEX triplet: C8, 24 and DD. RGB value is (200,36,221). Sum of RGB (Red+Green+Blue) = 200+36+221=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 36 (14.45% from 255 or 7.88% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #C824DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824DD is #37DB22. Grayscale: #696969. Windows color (decimal): -3660579 or 14492872. OLE color: 14492872.
HSL color Cylindrical-coordinate representation of color #C824DD: hue angle of 293.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C824DD is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 36 | 221 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.13 |
| HSL | 293.19º | 0.73% | 0.5% | - |
| HSV(B) | 293.19º | 0.84% | 0.87% | - |
| XYZ | 37.5 | 18.76 | 70.05 | - |
| YUV | 106.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 221 | 0.10 | 0.84 | 0 | 0.13 | 293.19 | 0.73 | 0.5 |
| Hex | C8 | 24 | DD | A | 54 | 0 | D | 125 | 49 | 32 |
| Octal | 310 | 44 | 335 | 12 | 124 | 0 | 15 | 445 | 111 | 62 |
| Binary | 11001000 | 100100 | 11011101 | 1010 | 1010100 | 0 | 1101 | 100100101 | 1001001 | 110010 |
Color Harmonies of #C824DD
Complementary color
Monochromatic Colors of #C824DD
Black with #C824DD
Text Example
Text Example
White with #C824DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824DD; }
p { color: rgb(200,36,221); }
H1.HeaderClassName
{
color: #C824DD;
}
.AnyTagClassName
{
color: #C824DD;
}
</style>
background-color css
<style>
a { background-color: #C824DD; }
a { background-color: rgb(200,36,221); }
div.DivClassName
{
background-color: #C824DD;
}
.BgClassName
{
background-color: #C824DD;
}
</style>
border-color css
<style>
span { border-color: #C824DD; }
span { border-color: rgb(200,36,221); }
td.TdClassName
{
border-color: #C824DD;
}
.TagClassName
{
border-color: #C824DD;
}
</style>