Shades of Deep Magenta #C813D0
Tints of Deep Magenta #C813D0
RGB
CMYK
RGB Variations
Color information
#C813D0 (or 0xC813D0) is known color: Deep Magenta. HEX triplet: C8, 13 and D0. RGB value is (200,19,208). Sum of RGB (Red+Green+Blue) = 200+19+208=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #C813D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813D0 is #37EC2F. Grayscale: #5E5E5E. Windows color (decimal): -3664944 or 13636552. OLE color: 13636552.
HSL color Cylindrical-coordinate representation of color #C813D0: hue angle of 297.46º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C813D0 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 19 | 208 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.18 |
| HSL | 297.46º | 0.83% | 0.45% | - |
| HSV(B) | 297.46º | 0.91% | 0.82% | - |
| XYZ | 35.44 | 17.3 | 61.15 | - |
| YUV | 94.67 | 191.97 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 208 | 0.04 | 0.91 | 0 | 0.18 | 297.46 | 0.83 | 0.45 |
| Hex | C8 | 13 | D0 | 4 | 5B | 0 | 12 | 129 | 53 | 2D |
| Octal | 310 | 23 | 320 | 4 | 133 | 0 | 22 | 451 | 123 | 55 |
| Binary | 11001000 | 10011 | 11010000 | 100 | 1011011 | 0 | 10010 | 100101001 | 1010011 | 101101 |
Color Harmonies of #C813D0
Complementary color
Monochromatic Colors of #C813D0
Black with #C813D0
Text Example
Text Example
White with #C813D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C813D0; }
p { color: rgb(200,19,208); }
H1.HeaderClassName
{
color: #C813D0;
}
.AnyTagClassName
{
color: #C813D0;
}
</style>
background-color css
<style>
a { background-color: #C813D0; }
a { background-color: rgb(200,19,208); }
div.DivClassName
{
background-color: #C813D0;
}
.BgClassName
{
background-color: #C813D0;
}
</style>
border-color css
<style>
span { border-color: #C813D0; }
span { border-color: rgb(200,19,208); }
td.TdClassName
{
border-color: #C813D0;
}
.TagClassName
{
border-color: #C813D0;
}
</style>