Shades of Deep Magenta #C80CB5
Tints of Deep Magenta #C80CB5
RGB
CMYK
RGB Variations
Color information
#C80CB5 (or 0xC80CB5) is known color: Deep Magenta. HEX triplet: C8, 0C and B5. RGB value is (200,12,181). Sum of RGB (Red+Green+Blue) = 200+12+181=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CB5 is #37F34A. Grayscale: #565656. Windows color (decimal): -3666763 or 11865288. OLE color: 11865288.
HSL color Cylindrical-coordinate representation of color #C80CB5: hue angle of 306.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CB5 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 181 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.22 |
| HSL | 306.06º | 0.89% | 0.42% | - |
| HSV(B) | 306.06º | 0.94% | 0.78% | - |
| XYZ | 32.29 | 15.88 | 45.08 | - |
| YUV | 87.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 181 | 0 | 0.94 | 0.09 | 0.22 | 306.06 | 0.89 | 0.42 |
| Hex | C8 | C | B5 | 0 | 5E | 9 | 16 | 132 | 59 | 2A |
| Octal | 310 | 14 | 265 | 0 | 136 | 11 | 26 | 462 | 131 | 52 |
| Binary | 11001000 | 1100 | 10110101 | 0 | 1011110 | 1001 | 10110 | 100110010 | 1011001 | 101010 |
Color Harmonies of #C80CB5
Complementary color
Monochromatic Colors of #C80CB5
Black with #C80CB5
Text Example
Text Example
White with #C80CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CB5; }
p { color: rgb(200,12,181); }
H1.HeaderClassName
{
color: #C80CB5;
}
.AnyTagClassName
{
color: #C80CB5;
}
</style>
background-color css
<style>
a { background-color: #C80CB5; }
a { background-color: rgb(200,12,181); }
div.DivClassName
{
background-color: #C80CB5;
}
.BgClassName
{
background-color: #C80CB5;
}
</style>
border-color css
<style>
span { border-color: #C80CB5; }
span { border-color: rgb(200,12,181); }
td.TdClassName
{
border-color: #C80CB5;
}
.TagClassName
{
border-color: #C80CB5;
}
</style>