Shades of Deep Magenta #C80BC3
Tints of Deep Magenta #C80BC3
RGB
CMYK
RGB Variations
Color information
#C80BC3 (or 0xC80BC3) is known color: Deep Magenta. HEX triplet: C8, 0B and C3. RGB value is (200,11,195). Sum of RGB (Red+Green+Blue) = 200+11+195=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C80BC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BC3 is #37F43C. Grayscale: #575757. Windows color (decimal): -3667005 or 12782536. OLE color: 12782536.
HSL color Cylindrical-coordinate representation of color #C80BC3: hue angle of 301.59º 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 #C80BC3 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 195 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.22 |
| HSL | 301.59º | 0.9% | 0.41% | - |
| HSV(B) | 301.59º | 0.95% | 0.78% | - |
| XYZ | 33.79 | 16.46 | 53.03 | - |
| YUV | 88.49 | 188.12 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 195 | 0 | 0.94 | 0.02 | 0.22 | 301.59 | 0.9 | 0.41 |
| Hex | C8 | B | C3 | 0 | 5E | 2 | 16 | 12E | 5A | 29 |
| Octal | 310 | 13 | 303 | 0 | 136 | 2 | 26 | 456 | 132 | 51 |
| Binary | 11001000 | 1011 | 11000011 | 0 | 1011110 | 10 | 10110 | 100101110 | 1011010 | 101001 |
Color Harmonies of #C80BC3
Complementary color
Monochromatic Colors of #C80BC3
Black with #C80BC3
Text Example
Text Example
White with #C80BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BC3; }
p { color: rgb(200,11,195); }
H1.HeaderClassName
{
color: #C80BC3;
}
.AnyTagClassName
{
color: #C80BC3;
}
</style>
background-color css
<style>
a { background-color: #C80BC3; }
a { background-color: rgb(200,11,195); }
div.DivClassName
{
background-color: #C80BC3;
}
.BgClassName
{
background-color: #C80BC3;
}
</style>
border-color css
<style>
span { border-color: #C80BC3; }
span { border-color: rgb(200,11,195); }
td.TdClassName
{
border-color: #C80BC3;
}
.TagClassName
{
border-color: #C80BC3;
}
</style>