Shades of Deep Magenta #C824C9
Tints of Deep Magenta #C824C9
RGB
CMYK
RGB Variations
Color information
#C824C9 (or 0xC824C9) is known color: Deep Magenta. HEX triplet: C8, 24 and C9. RGB value is (200,36,201). Sum of RGB (Red+Green+Blue) = 200+36+201=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #C824C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824C9 is #37DB36. Grayscale: #676767. Windows color (decimal): -3660599 or 13182152. OLE color: 13182152.
HSL color Cylindrical-coordinate representation of color #C824C9: hue angle of 299.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C824C9 is Cyan = 0.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 36 | 201 | - |
| CMYK | 0.00 | 0.82 | 0 | 0.21 |
| HSL | 299.64º | 0.7% | 0.46% | - |
| HSV(B) | 299.64º | 0.82% | 0.79% | - |
| XYZ | 34.99 | 17.76 | 56.84 | - |
| YUV | 103.85 | 182.83 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 201 | 0.00 | 0.82 | 0 | 0.21 | 299.64 | 0.7 | 0.46 |
| Hex | C8 | 24 | C9 | 0 | 52 | 0 | 15 | 12C | 46 | 2E |
| Octal | 310 | 44 | 311 | 0 | 122 | 0 | 25 | 454 | 106 | 56 |
| Binary | 11001000 | 100100 | 11001001 | 0 | 1010010 | 0 | 10101 | 100101100 | 1000110 | 101110 |
Color Harmonies of #C824C9
Complementary color
Monochromatic Colors of #C824C9
Black with #C824C9
Text Example
Text Example
White with #C824C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824C9; }
p { color: rgb(200,36,201); }
H1.HeaderClassName
{
color: #C824C9;
}
.AnyTagClassName
{
color: #C824C9;
}
</style>
background-color css
<style>
a { background-color: #C824C9; }
a { background-color: rgb(200,36,201); }
div.DivClassName
{
background-color: #C824C9;
}
.BgClassName
{
background-color: #C824C9;
}
</style>
border-color css
<style>
span { border-color: #C824C9; }
span { border-color: rgb(200,36,201); }
td.TdClassName
{
border-color: #C824C9;
}
.TagClassName
{
border-color: #C824C9;
}
</style>