Shades of Deep Magenta #C824DF
Tints of Deep Magenta #C824DF
RGB
CMYK
RGB Variations
Color information
#C824DF (or 0xC824DF) is known color: Deep Magenta. HEX triplet: C8, 24 and DF. RGB value is (200,36,223). Sum of RGB (Red+Green+Blue) = 200+36+223=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #C824DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824DF is #37DB20. Grayscale: #696969. Windows color (decimal): -3660577 or 14623944. OLE color: 14623944.
HSL color Cylindrical-coordinate representation of color #C824DF: hue angle of 292.62º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C824DF is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 36 | 223 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.13 |
| HSL | 292.62º | 0.75% | 0.51% | - |
| HSV(B) | 292.62º | 0.84% | 0.87% | - |
| XYZ | 37.77 | 18.87 | 71.46 | - |
| YUV | 106.35 | 193.83 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 223 | 0.10 | 0.84 | 0 | 0.13 | 292.62 | 0.75 | 0.51 |
| Hex | C8 | 24 | DF | A | 54 | 0 | D | 125 | 4B | 33 |
| Octal | 310 | 44 | 337 | 12 | 124 | 0 | 15 | 445 | 113 | 63 |
| Binary | 11001000 | 100100 | 11011111 | 1010 | 1010100 | 0 | 1101 | 100100101 | 1001011 | 110011 |
Color Harmonies of #C824DF
Complementary color
Monochromatic Colors of #C824DF
Black with #C824DF
Text Example
Text Example
White with #C824DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824DF; }
p { color: rgb(200,36,223); }
H1.HeaderClassName
{
color: #C824DF;
}
.AnyTagClassName
{
color: #C824DF;
}
</style>
background-color css
<style>
a { background-color: #C824DF; }
a { background-color: rgb(200,36,223); }
div.DivClassName
{
background-color: #C824DF;
}
.BgClassName
{
background-color: #C824DF;
}
</style>
border-color css
<style>
span { border-color: #C824DF; }
span { border-color: rgb(200,36,223); }
td.TdClassName
{
border-color: #C824DF;
}
.TagClassName
{
border-color: #C824DF;
}
</style>