Shades of Deep Magenta #C80DCE
Tints of Deep Magenta #C80DCE
RGB
CMYK
RGB Variations
Color information
#C80DCE (or 0xC80DCE) is known color: Deep Magenta. HEX triplet: C8, 0D and CE. RGB value is (200,13,206). Sum of RGB (Red+Green+Blue) = 200+13+206=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #C80DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DCE is #37F231. Grayscale: #5A5A5A. Windows color (decimal): -3666482 or 13503944. OLE color: 13503944.
HSL color Cylindrical-coordinate representation of color #C80DCE: hue angle of 298.13º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DCE is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 13 | 206 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.19 |
| HSL | 298.13º | 0.88% | 0.43% | - |
| HSV(B) | 298.13º | 0.94% | 0.81% | - |
| XYZ | 35.1 | 17.02 | 59.83 | - |
| YUV | 90.92 | 192.95 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 206 | 0.03 | 0.94 | 0 | 0.19 | 298.13 | 0.88 | 0.43 |
| Hex | C8 | D | CE | 3 | 5E | 0 | 13 | 12A | 58 | 2B |
| Octal | 310 | 15 | 316 | 3 | 136 | 0 | 23 | 452 | 130 | 53 |
| Binary | 11001000 | 1101 | 11001110 | 11 | 1011110 | 0 | 10011 | 100101010 | 1011000 | 101011 |
Color Harmonies of #C80DCE
Complementary color
Monochromatic Colors of #C80DCE
Black with #C80DCE
Text Example
Text Example
White with #C80DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DCE; }
p { color: rgb(200,13,206); }
H1.HeaderClassName
{
color: #C80DCE;
}
.AnyTagClassName
{
color: #C80DCE;
}
</style>
background-color css
<style>
a { background-color: #C80DCE; }
a { background-color: rgb(200,13,206); }
div.DivClassName
{
background-color: #C80DCE;
}
.BgClassName
{
background-color: #C80DCE;
}
</style>
border-color css
<style>
span { border-color: #C80DCE; }
span { border-color: rgb(200,13,206); }
td.TdClassName
{
border-color: #C80DCE;
}
.TagClassName
{
border-color: #C80DCE;
}
</style>