Shades of Deep Magenta #C80CBF
Tints of Deep Magenta #C80CBF
RGB
CMYK
RGB Variations
Color information
#C80CBF (or 0xC80CBF) is known color: Deep Magenta. HEX triplet: C8, 0C and BF. RGB value is (200,12,191). Sum of RGB (Red+Green+Blue) = 200+12+191=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CBF is #37F340. Grayscale: #585858. Windows color (decimal): -3666753 or 12520648. OLE color: 12520648.
HSL color Cylindrical-coordinate representation of color #C80CBF: hue angle of 302.87º 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 #C80CBF is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 191 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.22 |
| HSL | 302.87º | 0.89% | 0.42% | - |
| HSV(B) | 302.87º | 0.94% | 0.78% | - |
| XYZ | 33.35 | 16.3 | 50.68 | - |
| YUV | 88.62 | 185.78 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 191 | 0 | 0.94 | 0.04 | 0.22 | 302.87 | 0.89 | 0.42 |
| Hex | C8 | C | BF | 0 | 5E | 4 | 16 | 12F | 59 | 2A |
| Octal | 310 | 14 | 277 | 0 | 136 | 4 | 26 | 457 | 131 | 52 |
| Binary | 11001000 | 1100 | 10111111 | 0 | 1011110 | 100 | 10110 | 100101111 | 1011001 | 101010 |
Color Harmonies of #C80CBF
Complementary color
Monochromatic Colors of #C80CBF
Black with #C80CBF
Text Example
Text Example
White with #C80CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CBF; }
p { color: rgb(200,12,191); }
H1.HeaderClassName
{
color: #C80CBF;
}
.AnyTagClassName
{
color: #C80CBF;
}
</style>
background-color css
<style>
a { background-color: #C80CBF; }
a { background-color: rgb(200,12,191); }
div.DivClassName
{
background-color: #C80CBF;
}
.BgClassName
{
background-color: #C80CBF;
}
</style>
border-color css
<style>
span { border-color: #C80CBF; }
span { border-color: rgb(200,12,191); }
td.TdClassName
{
border-color: #C80CBF;
}
.TagClassName
{
border-color: #C80CBF;
}
</style>