Shades of Deep Magenta #C80DB8
Tints of Deep Magenta #C80DB8
RGB
CMYK
RGB Variations
Color information
#C80DB8 (or 0xC80DB8) is known color: Deep Magenta. HEX triplet: C8, 0D and B8. RGB value is (200,13,184). Sum of RGB (Red+Green+Blue) = 200+13+184=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DB8 is #37F247. Grayscale: #575757. Windows color (decimal): -3666504 or 12062152. OLE color: 12062152.
HSL color Cylindrical-coordinate representation of color #C80DB8: hue angle of 305.13º 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 #C80DB8 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 184 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.22 |
| HSL | 305.13º | 0.88% | 0.42% | - |
| HSV(B) | 305.13º | 0.94% | 0.78% | - |
| XYZ | 32.62 | 16.03 | 46.72 | - |
| YUV | 88.41 | 181.95 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 184 | 0 | 0.94 | 0.08 | 0.22 | 305.13 | 0.88 | 0.42 |
| Hex | C8 | D | B8 | 0 | 5E | 8 | 16 | 131 | 58 | 2A |
| Octal | 310 | 15 | 270 | 0 | 136 | 10 | 26 | 461 | 130 | 52 |
| Binary | 11001000 | 1101 | 10111000 | 0 | 1011110 | 1000 | 10110 | 100110001 | 1011000 | 101010 |
Color Harmonies of #C80DB8
Complementary color
Monochromatic Colors of #C80DB8
Black with #C80DB8
Text Example
Text Example
White with #C80DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DB8; }
p { color: rgb(200,13,184); }
H1.HeaderClassName
{
color: #C80DB8;
}
.AnyTagClassName
{
color: #C80DB8;
}
</style>
background-color css
<style>
a { background-color: #C80DB8; }
a { background-color: rgb(200,13,184); }
div.DivClassName
{
background-color: #C80DB8;
}
.BgClassName
{
background-color: #C80DB8;
}
</style>
border-color css
<style>
span { border-color: #C80DB8; }
span { border-color: rgb(200,13,184); }
td.TdClassName
{
border-color: #C80DB8;
}
.TagClassName
{
border-color: #C80DB8;
}
</style>