Shades of Deep Magenta #C80DDE
Tints of Deep Magenta #C80DDE
RGB
CMYK
RGB Variations
Color information
#C80DDE (or 0xC80DDE) is known color: Deep Magenta. HEX triplet: C8, 0D and DE. RGB value is (200,13,222). Sum of RGB (Red+Green+Blue) = 200+13+222=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #C80DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DDE is #37F221. Grayscale: #5C5C5C. Windows color (decimal): -3666466 or 14552520. OLE color: 14552520.
HSL color Cylindrical-coordinate representation of color #C80DDE: hue angle of 293.68º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DDE is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 13 | 222 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.13 |
| HSL | 293.68º | 0.89% | 0.46% | - |
| HSV(B) | 293.68º | 0.94% | 0.87% | - |
| XYZ | 37.15 | 17.84 | 70.59 | - |
| YUV | 92.74 | 200.95 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 222 | 0.10 | 0.94 | 0 | 0.13 | 293.68 | 0.89 | 0.46 |
| Hex | C8 | D | DE | A | 5E | 0 | D | 126 | 59 | 2E |
| Octal | 310 | 15 | 336 | 12 | 136 | 0 | 15 | 446 | 131 | 56 |
| Binary | 11001000 | 1101 | 11011110 | 1010 | 1011110 | 0 | 1101 | 100100110 | 1011001 | 101110 |
Color Harmonies of #C80DDE
Complementary color
Monochromatic Colors of #C80DDE
Black with #C80DDE
Text Example
Text Example
White with #C80DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DDE; }
p { color: rgb(200,13,222); }
H1.HeaderClassName
{
color: #C80DDE;
}
.AnyTagClassName
{
color: #C80DDE;
}
</style>
background-color css
<style>
a { background-color: #C80DDE; }
a { background-color: rgb(200,13,222); }
div.DivClassName
{
background-color: #C80DDE;
}
.BgClassName
{
background-color: #C80DDE;
}
</style>
border-color css
<style>
span { border-color: #C80DDE; }
span { border-color: rgb(200,13,222); }
td.TdClassName
{
border-color: #C80DDE;
}
.TagClassName
{
border-color: #C80DDE;
}
</style>