Shades of Deep Magenta #C80CB6
Tints of Deep Magenta #C80CB6
RGB
CMYK
RGB Variations
Color information
#C80CB6 (or 0xC80CB6) is known color: Deep Magenta. HEX triplet: C8, 0C and B6. RGB value is (200,12,182). Sum of RGB (Red+Green+Blue) = 200+12+182=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CB6 is #37F349. Grayscale: #575757. Windows color (decimal): -3666762 or 11930824. OLE color: 11930824.
HSL color Cylindrical-coordinate representation of color #C80CB6: hue angle of 305.74º 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 #C80CB6 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 182 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.22 |
| HSL | 305.74º | 0.89% | 0.42% | - |
| HSV(B) | 305.74º | 0.94% | 0.78% | - |
| XYZ | 32.39 | 15.92 | 45.62 | - |
| YUV | 87.59 | 181.28 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 182 | 0 | 0.94 | 0.09 | 0.22 | 305.74 | 0.89 | 0.42 |
| Hex | C8 | C | B6 | 0 | 5E | 9 | 16 | 132 | 59 | 2A |
| Octal | 310 | 14 | 266 | 0 | 136 | 11 | 26 | 462 | 131 | 52 |
| Binary | 11001000 | 1100 | 10110110 | 0 | 1011110 | 1001 | 10110 | 100110010 | 1011001 | 101010 |
Color Harmonies of #C80CB6
Complementary color
Monochromatic Colors of #C80CB6
Black with #C80CB6
Text Example
Text Example
White with #C80CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CB6; }
p { color: rgb(200,12,182); }
H1.HeaderClassName
{
color: #C80CB6;
}
.AnyTagClassName
{
color: #C80CB6;
}
</style>
background-color css
<style>
a { background-color: #C80CB6; }
a { background-color: rgb(200,12,182); }
div.DivClassName
{
background-color: #C80CB6;
}
.BgClassName
{
background-color: #C80CB6;
}
</style>
border-color css
<style>
span { border-color: #C80CB6; }
span { border-color: rgb(200,12,182); }
td.TdClassName
{
border-color: #C80CB6;
}
.TagClassName
{
border-color: #C80CB6;
}
</style>