Shades of Deep Magenta #C80BAE
Tints of Deep Magenta #C80BAE
RGB
CMYK
RGB Variations
Color information
#C80BAE (or 0xC80BAE) is known color: Deep Magenta. HEX triplet: C8, 0B and AE. RGB value is (200,11,174). Sum of RGB (Red+Green+Blue) = 200+11+174=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C80BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80BAE is #37F451. Grayscale: #555555. Windows color (decimal): -3667026 or 11406280. OLE color: 11406280.
HSL color Cylindrical-coordinate representation of color #C80BAE: hue angle of 308.25º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80BAE is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 174 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.22 |
| HSL | 308.25º | 0.9% | 0.41% | - |
| HSV(B) | 308.25º | 0.95% | 0.78% | - |
| XYZ | 31.58 | 15.57 | 41.39 | - |
| YUV | 86.09 | 177.62 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 174 | 0 | 0.94 | 0.13 | 0.22 | 308.25 | 0.9 | 0.41 |
| Hex | C8 | B | AE | 0 | 5E | D | 16 | 134 | 5A | 29 |
| Octal | 310 | 13 | 256 | 0 | 136 | 15 | 26 | 464 | 132 | 51 |
| Binary | 11001000 | 1011 | 10101110 | 0 | 1011110 | 1101 | 10110 | 100110100 | 1011010 | 101001 |
Color Harmonies of #C80BAE
Complementary color
Monochromatic Colors of #C80BAE
Black with #C80BAE
Text Example
Text Example
White with #C80BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BAE; }
p { color: rgb(200,11,174); }
H1.HeaderClassName
{
color: #C80BAE;
}
.AnyTagClassName
{
color: #C80BAE;
}
</style>
background-color css
<style>
a { background-color: #C80BAE; }
a { background-color: rgb(200,11,174); }
div.DivClassName
{
background-color: #C80BAE;
}
.BgClassName
{
background-color: #C80BAE;
}
</style>
border-color css
<style>
span { border-color: #C80BAE; }
span { border-color: rgb(200,11,174); }
td.TdClassName
{
border-color: #C80BAE;
}
.TagClassName
{
border-color: #C80BAE;
}
</style>