Shades of Deep Magenta #C80BD0
Tints of Deep Magenta #C80BD0
RGB
CMYK
RGB Variations
Color information
#C80BD0 (or 0xC80BD0) is known color: Deep Magenta. HEX triplet: C8, 0B and D0. RGB value is (200,11,208). Sum of RGB (Red+Green+Blue) = 200+11+208=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #C80BD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BD0 is #37F42F. Grayscale: #595959. Windows color (decimal): -3666992 or 13634504. OLE color: 13634504.
HSL color Cylindrical-coordinate representation of color #C80BD0: hue angle of 297.56º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80BD0 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 11 | 208 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.18 |
| HSL | 297.56º | 0.9% | 0.43% | - |
| HSV(B) | 297.56º | 0.95% | 0.82% | - |
| XYZ | 35.32 | 17.07 | 61.11 | - |
| YUV | 89.97 | 194.62 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 208 | 0.04 | 0.95 | 0 | 0.18 | 297.56 | 0.9 | 0.43 |
| Hex | C8 | B | D0 | 4 | 5F | 0 | 12 | 12A | 5A | 2B |
| Octal | 310 | 13 | 320 | 4 | 137 | 0 | 22 | 452 | 132 | 53 |
| Binary | 11001000 | 1011 | 11010000 | 100 | 1011111 | 0 | 10010 | 100101010 | 1011010 | 101011 |
Color Harmonies of #C80BD0
Complementary color
Monochromatic Colors of #C80BD0
Black with #C80BD0
Text Example
Text Example
White with #C80BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BD0; }
p { color: rgb(200,11,208); }
H1.HeaderClassName
{
color: #C80BD0;
}
.AnyTagClassName
{
color: #C80BD0;
}
</style>
background-color css
<style>
a { background-color: #C80BD0; }
a { background-color: rgb(200,11,208); }
div.DivClassName
{
background-color: #C80BD0;
}
.BgClassName
{
background-color: #C80BD0;
}
</style>
border-color css
<style>
span { border-color: #C80BD0; }
span { border-color: rgb(200,11,208); }
td.TdClassName
{
border-color: #C80BD0;
}
.TagClassName
{
border-color: #C80BD0;
}
</style>