Shades of Deep Magenta #C823DE
Tints of Deep Magenta #C823DE
RGB
CMYK
RGB Variations
Color information
#C823DE (or 0xC823DE) is known color: Deep Magenta. HEX triplet: C8, 23 and DE. RGB value is (200,35,222). Sum of RGB (Red+Green+Blue) = 200+35+222=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 35 (14.06% from 255 or 7.66% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #C823DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C823DE is #37DC21. Grayscale: #696969. Windows color (decimal): -3660834 or 14558152. OLE color: 14558152.
HSL color Cylindrical-coordinate representation of color #C823DE: hue angle of 292.94º degrees, saturation: 0.74, 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 #C823DE is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 35 | 222 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.13 |
| HSL | 292.94º | 0.74% | 0.5% | - |
| HSV(B) | 292.94º | 0.84% | 0.87% | - |
| XYZ | 37.61 | 18.76 | 70.75 | - |
| YUV | 105.65 | 193.66 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 222 | 0.10 | 0.84 | 0 | 0.13 | 292.94 | 0.74 | 0.5 |
| Hex | C8 | 23 | DE | A | 54 | 0 | D | 125 | 4A | 32 |
| Octal | 310 | 43 | 336 | 12 | 124 | 0 | 15 | 445 | 112 | 62 |
| Binary | 11001000 | 100011 | 11011110 | 1010 | 1010100 | 0 | 1101 | 100100101 | 1001010 | 110010 |
Color Harmonies of #C823DE
Complementary color
Monochromatic Colors of #C823DE
Black with #C823DE
Text Example
Text Example
White with #C823DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C823DE; }
p { color: rgb(200,35,222); }
H1.HeaderClassName
{
color: #C823DE;
}
.AnyTagClassName
{
color: #C823DE;
}
</style>
background-color css
<style>
a { background-color: #C823DE; }
a { background-color: rgb(200,35,222); }
div.DivClassName
{
background-color: #C823DE;
}
.BgClassName
{
background-color: #C823DE;
}
</style>
border-color css
<style>
span { border-color: #C823DE; }
span { border-color: rgb(200,35,222); }
td.TdClassName
{
border-color: #C823DE;
}
.TagClassName
{
border-color: #C823DE;
}
</style>