Shades of Deep Magenta #C80BDE
Tints of Deep Magenta #C80BDE
RGB
CMYK
RGB Variations
Color information
#C80BDE (or 0xC80BDE) is known color: Deep Magenta. HEX triplet: C8, 0B and DE. RGB value is (200,11,222). Sum of RGB (Red+Green+Blue) = 200+11+222=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #C80BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BDE is #37F421. Grayscale: #5A5A5A. Windows color (decimal): -3666978 or 14552008. OLE color: 14552008.
HSL color Cylindrical-coordinate representation of color #C80BDE: hue angle of 293.74º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80BDE is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 11 | 222 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.13 |
| HSL | 293.74º | 0.91% | 0.46% | - |
| HSV(B) | 293.74º | 0.95% | 0.87% | - |
| XYZ | 37.12 | 17.79 | 70.58 | - |
| YUV | 91.57 | 201.62 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 222 | 0.10 | 0.95 | 0 | 0.13 | 293.74 | 0.91 | 0.46 |
| Hex | C8 | B | DE | A | 5F | 0 | D | 126 | 5B | 2E |
| Octal | 310 | 13 | 336 | 12 | 137 | 0 | 15 | 446 | 133 | 56 |
| Binary | 11001000 | 1011 | 11011110 | 1010 | 1011111 | 0 | 1101 | 100100110 | 1011011 | 101110 |
Color Harmonies of #C80BDE
Complementary color
Monochromatic Colors of #C80BDE
Black with #C80BDE
Text Example
Text Example
White with #C80BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BDE; }
p { color: rgb(200,11,222); }
H1.HeaderClassName
{
color: #C80BDE;
}
.AnyTagClassName
{
color: #C80BDE;
}
</style>
background-color css
<style>
a { background-color: #C80BDE; }
a { background-color: rgb(200,11,222); }
div.DivClassName
{
background-color: #C80BDE;
}
.BgClassName
{
background-color: #C80BDE;
}
</style>
border-color css
<style>
span { border-color: #C80BDE; }
span { border-color: rgb(200,11,222); }
td.TdClassName
{
border-color: #C80BDE;
}
.TagClassName
{
border-color: #C80BDE;
}
</style>