Shades of Deep Magenta #C813DC
Tints of Deep Magenta #C813DC
RGB
CMYK
RGB Variations
Color information
#C813DC (or 0xC813DC) is known color: Deep Magenta. HEX triplet: C8, 13 and DC. RGB value is (200,19,220). Sum of RGB (Red+Green+Blue) = 200+19+220=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #C813DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813DC is #37EC23. Grayscale: #5F5F5F. Windows color (decimal): -3664932 or 14422984. OLE color: 14422984.
HSL color Cylindrical-coordinate representation of color #C813DC: hue angle of 294.03º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C813DC is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 19 | 220 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.14 |
| HSL | 294.03º | 0.84% | 0.47% | - |
| HSV(B) | 294.03º | 0.91% | 0.86% | - |
| XYZ | 36.97 | 17.91 | 69.22 | - |
| YUV | 96.03 | 197.97 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 220 | 0.09 | 0.91 | 0 | 0.14 | 294.03 | 0.84 | 0.47 |
| Hex | C8 | 13 | DC | 9 | 5B | 0 | E | 126 | 54 | 2F |
| Octal | 310 | 23 | 334 | 11 | 133 | 0 | 16 | 446 | 124 | 57 |
| Binary | 11001000 | 10011 | 11011100 | 1001 | 1011011 | 0 | 1110 | 100100110 | 1010100 | 101111 |
Color Harmonies of #C813DC
Complementary color
Monochromatic Colors of #C813DC
Black with #C813DC
Text Example
Text Example
White with #C813DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C813DC; }
p { color: rgb(200,19,220); }
H1.HeaderClassName
{
color: #C813DC;
}
.AnyTagClassName
{
color: #C813DC;
}
</style>
background-color css
<style>
a { background-color: #C813DC; }
a { background-color: rgb(200,19,220); }
div.DivClassName
{
background-color: #C813DC;
}
.BgClassName
{
background-color: #C813DC;
}
</style>
border-color css
<style>
span { border-color: #C813DC; }
span { border-color: rgb(200,19,220); }
td.TdClassName
{
border-color: #C813DC;
}
.TagClassName
{
border-color: #C813DC;
}
</style>