Shades of Deep Magenta #C80BDC
Tints of Deep Magenta #C80BDC
RGB
CMYK
RGB Variations
Color information
#C80BDC (or 0xC80BDC) is known color: Deep Magenta. HEX triplet: C8, 0B and DC. RGB value is (200,11,220). Sum of RGB (Red+Green+Blue) = 200+11+220=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #C80BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BDC is #37F423. Grayscale: #5A5A5A. Windows color (decimal): -3666980 or 14420936. OLE color: 14420936.
HSL color Cylindrical-coordinate representation of color #C80BDC: hue angle of 294.26º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80BDC is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 11 | 220 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.14 |
| HSL | 294.26º | 0.9% | 0.45% | - |
| HSV(B) | 294.26º | 0.95% | 0.86% | - |
| XYZ | 36.86 | 17.69 | 69.18 | - |
| YUV | 91.34 | 200.62 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 220 | 0.09 | 0.95 | 0 | 0.14 | 294.26 | 0.9 | 0.45 |
| Hex | C8 | B | DC | 9 | 5F | 0 | E | 126 | 5A | 2D |
| Octal | 310 | 13 | 334 | 11 | 137 | 0 | 16 | 446 | 132 | 55 |
| Binary | 11001000 | 1011 | 11011100 | 1001 | 1011111 | 0 | 1110 | 100100110 | 1011010 | 101101 |
Color Harmonies of #C80BDC
Complementary color
Monochromatic Colors of #C80BDC
Black with #C80BDC
Text Example
Text Example
White with #C80BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BDC; }
p { color: rgb(200,11,220); }
H1.HeaderClassName
{
color: #C80BDC;
}
.AnyTagClassName
{
color: #C80BDC;
}
</style>
background-color css
<style>
a { background-color: #C80BDC; }
a { background-color: rgb(200,11,220); }
div.DivClassName
{
background-color: #C80BDC;
}
.BgClassName
{
background-color: #C80BDC;
}
</style>
border-color css
<style>
span { border-color: #C80BDC; }
span { border-color: rgb(200,11,220); }
td.TdClassName
{
border-color: #C80BDC;
}
.TagClassName
{
border-color: #C80BDC;
}
</style>