Shades of Deep Magenta #C80DB9
Tints of Deep Magenta #C80DB9
RGB
CMYK
RGB Variations
Color information
#C80DB9 (or 0xC80DB9) is known color: Deep Magenta. HEX triplet: C8, 0D and B9. RGB value is (200,13,185). Sum of RGB (Red+Green+Blue) = 200+13+185=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DB9 is #37F246. Grayscale: #585858. Windows color (decimal): -3666503 or 12127688. OLE color: 12127688.
HSL color Cylindrical-coordinate representation of color #C80DB9: hue angle of 304.81º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DB9 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 185 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.22 |
| HSL | 304.81º | 0.88% | 0.42% | - |
| HSV(B) | 304.81º | 0.94% | 0.78% | - |
| XYZ | 32.72 | 16.07 | 47.28 | - |
| YUV | 88.52 | 182.45 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 185 | 0 | 0.94 | 0.08 | 0.22 | 304.81 | 0.88 | 0.42 |
| Hex | C8 | D | B9 | 0 | 5E | 8 | 16 | 131 | 58 | 2A |
| Octal | 310 | 15 | 271 | 0 | 136 | 10 | 26 | 461 | 130 | 52 |
| Binary | 11001000 | 1101 | 10111001 | 0 | 1011110 | 1000 | 10110 | 100110001 | 1011000 | 101010 |
Color Harmonies of #C80DB9
Complementary color
Monochromatic Colors of #C80DB9
Black with #C80DB9
Text Example
Text Example
White with #C80DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DB9; }
p { color: rgb(200,13,185); }
H1.HeaderClassName
{
color: #C80DB9;
}
.AnyTagClassName
{
color: #C80DB9;
}
</style>
background-color css
<style>
a { background-color: #C80DB9; }
a { background-color: rgb(200,13,185); }
div.DivClassName
{
background-color: #C80DB9;
}
.BgClassName
{
background-color: #C80DB9;
}
</style>
border-color css
<style>
span { border-color: #C80DB9; }
span { border-color: rgb(200,13,185); }
td.TdClassName
{
border-color: #C80DB9;
}
.TagClassName
{
border-color: #C80DB9;
}
</style>