Shades of Deep Magenta #C80CBB
Tints of Deep Magenta #C80CBB
RGB
CMYK
RGB Variations
Color information
#C80CBB (or 0xC80CBB) is known color: Deep Magenta. HEX triplet: C8, 0C and BB. RGB value is (200,12,187). Sum of RGB (Red+Green+Blue) = 200+12+187=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CBB is #37F344. Grayscale: #575757. Windows color (decimal): -3666757 or 12258504. OLE color: 12258504.
HSL color Cylindrical-coordinate representation of color #C80CBB: hue angle of 304.15º 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 #C80CBB is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 187 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.22 |
| HSL | 304.15º | 0.89% | 0.42% | - |
| HSV(B) | 304.15º | 0.94% | 0.78% | - |
| XYZ | 32.92 | 16.13 | 48.39 | - |
| YUV | 88.16 | 183.78 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 187 | 0 | 0.94 | 0.06 | 0.22 | 304.15 | 0.89 | 0.42 |
| Hex | C8 | C | BB | 0 | 5E | 6 | 16 | 130 | 59 | 2A |
| Octal | 310 | 14 | 273 | 0 | 136 | 6 | 26 | 460 | 131 | 52 |
| Binary | 11001000 | 1100 | 10111011 | 0 | 1011110 | 110 | 10110 | 100110000 | 1011001 | 101010 |
Color Harmonies of #C80CBB
Complementary color
Monochromatic Colors of #C80CBB
Black with #C80CBB
Text Example
Text Example
White with #C80CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CBB; }
p { color: rgb(200,12,187); }
H1.HeaderClassName
{
color: #C80CBB;
}
.AnyTagClassName
{
color: #C80CBB;
}
</style>
background-color css
<style>
a { background-color: #C80CBB; }
a { background-color: rgb(200,12,187); }
div.DivClassName
{
background-color: #C80CBB;
}
.BgClassName
{
background-color: #C80CBB;
}
</style>
border-color css
<style>
span { border-color: #C80CBB; }
span { border-color: rgb(200,12,187); }
td.TdClassName
{
border-color: #C80CBB;
}
.TagClassName
{
border-color: #C80CBB;
}
</style>