Shades of Deep Magenta #C824E1
Tints of Deep Magenta #C824E1
RGB
CMYK
RGB Variations
Color information
#C824E1 (or 0xC824E1) is known color: Deep Magenta. HEX triplet: C8, 24 and E1. RGB value is (200,36,225). Sum of RGB (Red+Green+Blue) = 200+36+225=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #C824E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824E1 is #37DB1E. Grayscale: #696969. Windows color (decimal): -3660575 or 14755016. OLE color: 14755016.
HSL color Cylindrical-coordinate representation of color #C824E1: hue angle of 292.06º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C824E1 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 36 | 225 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.12 |
| HSL | 292.06º | 0.76% | 0.51% | - |
| HSV(B) | 292.06º | 0.84% | 0.88% | - |
| XYZ | 38.04 | 18.98 | 72.89 | - |
| YUV | 106.58 | 194.83 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 225 | 0.11 | 0.84 | 0 | 0.12 | 292.06 | 0.76 | 0.51 |
| Hex | C8 | 24 | E1 | B | 54 | 0 | C | 124 | 4C | 33 |
| Octal | 310 | 44 | 341 | 13 | 124 | 0 | 14 | 444 | 114 | 63 |
| Binary | 11001000 | 100100 | 11100001 | 1011 | 1010100 | 0 | 1100 | 100100100 | 1001100 | 110011 |
Color Harmonies of #C824E1
Complementary color
Monochromatic Colors of #C824E1
Black with #C824E1
Text Example
Text Example
White with #C824E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824E1; }
p { color: rgb(200,36,225); }
H1.HeaderClassName
{
color: #C824E1;
}
.AnyTagClassName
{
color: #C824E1;
}
</style>
background-color css
<style>
a { background-color: #C824E1; }
a { background-color: rgb(200,36,225); }
div.DivClassName
{
background-color: #C824E1;
}
.BgClassName
{
background-color: #C824E1;
}
</style>
border-color css
<style>
span { border-color: #C824E1; }
span { border-color: rgb(200,36,225); }
td.TdClassName
{
border-color: #C824E1;
}
.TagClassName
{
border-color: #C824E1;
}
</style>