Shades of Deep Magenta #C813DE
Tints of Deep Magenta #C813DE
RGB
CMYK
RGB Variations
Color information
#C813DE (or 0xC813DE) is known color: Deep Magenta. HEX triplet: C8, 13 and DE. RGB value is (200,19,222). Sum of RGB (Red+Green+Blue) = 200+19+222=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #C813DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813DE is #37EC21. Grayscale: #5F5F5F. Windows color (decimal): -3664930 or 14554056. OLE color: 14554056.
HSL color Cylindrical-coordinate representation of color #C813DE: hue angle of 293.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C813DE is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 19 | 222 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.13 |
| HSL | 293.5º | 0.84% | 0.47% | - |
| HSV(B) | 293.5º | 0.91% | 0.87% | - |
| XYZ | 37.24 | 18.02 | 70.62 | - |
| YUV | 96.26 | 198.97 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 222 | 0.10 | 0.91 | 0 | 0.13 | 293.5 | 0.84 | 0.47 |
| Hex | C8 | 13 | DE | A | 5B | 0 | D | 125 | 54 | 2F |
| Octal | 310 | 23 | 336 | 12 | 133 | 0 | 15 | 445 | 124 | 57 |
| Binary | 11001000 | 10011 | 11011110 | 1010 | 1011011 | 0 | 1101 | 100100101 | 1010100 | 101111 |
Color Harmonies of #C813DE
Complementary color
Monochromatic Colors of #C813DE
Black with #C813DE
Text Example
Text Example
White with #C813DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C813DE; }
p { color: rgb(200,19,222); }
H1.HeaderClassName
{
color: #C813DE;
}
.AnyTagClassName
{
color: #C813DE;
}
</style>
background-color css
<style>
a { background-color: #C813DE; }
a { background-color: rgb(200,19,222); }
div.DivClassName
{
background-color: #C813DE;
}
.BgClassName
{
background-color: #C813DE;
}
</style>
border-color css
<style>
span { border-color: #C813DE; }
span { border-color: rgb(200,19,222); }
td.TdClassName
{
border-color: #C813DE;
}
.TagClassName
{
border-color: #C813DE;
}
</style>