Shades of Deep Magenta #C824D6
Tints of Deep Magenta #C824D6
RGB
CMYK
RGB Variations
Color information
#C824D6 (or 0xC824D6) is known color: Deep Magenta. HEX triplet: C8, 24 and D6. RGB value is (200,36,214). Sum of RGB (Red+Green+Blue) = 200+36+214=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #C824D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824D6 is #37DB29. Grayscale: #686868. Windows color (decimal): -3660586 or 14034120. OLE color: 14034120.
HSL color Cylindrical-coordinate representation of color #C824D6: hue angle of 295.28º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C824D6 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 36 | 214 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.16 |
| HSL | 295.28º | 0.71% | 0.49% | - |
| HSV(B) | 295.28º | 0.83% | 0.84% | - |
| XYZ | 36.59 | 18.4 | 65.24 | - |
| YUV | 105.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 214 | 0.07 | 0.83 | 0 | 0.16 | 295.28 | 0.71 | 0.49 |
| Hex | C8 | 24 | D6 | 7 | 53 | 0 | 10 | 127 | 47 | 31 |
| Octal | 310 | 44 | 326 | 7 | 123 | 0 | 20 | 447 | 107 | 61 |
| Binary | 11001000 | 100100 | 11010110 | 111 | 1010011 | 0 | 10000 | 100100111 | 1000111 | 110001 |
Color Harmonies of #C824D6
Complementary color
Monochromatic Colors of #C824D6
Black with #C824D6
Text Example
Text Example
White with #C824D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824D6; }
p { color: rgb(200,36,214); }
H1.HeaderClassName
{
color: #C824D6;
}
.AnyTagClassName
{
color: #C824D6;
}
</style>
background-color css
<style>
a { background-color: #C824D6; }
a { background-color: rgb(200,36,214); }
div.DivClassName
{
background-color: #C824D6;
}
.BgClassName
{
background-color: #C824D6;
}
</style>
border-color css
<style>
span { border-color: #C824D6; }
span { border-color: rgb(200,36,214); }
td.TdClassName
{
border-color: #C824D6;
}
.TagClassName
{
border-color: #C824D6;
}
</style>