Shades of Deep Magenta #C80FBC
Tints of Deep Magenta #C80FBC
RGB
CMYK
RGB Variations
Color information
#C80FBC (or 0xC80FBC) is known color: Deep Magenta. HEX triplet: C8, 0F and BC. RGB value is (200,15,188). Sum of RGB (Red+Green+Blue) = 200+15+188=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FBC is #37F043. Grayscale: #595959. Windows color (decimal): -3665988 or 12324808. OLE color: 12324808.
HSL color Cylindrical-coordinate representation of color #C80FBC: hue angle of 303.89º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FBC is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 188 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.22 |
| HSL | 303.89º | 0.86% | 0.42% | - |
| HSV(B) | 303.89º | 0.93% | 0.78% | - |
| XYZ | 33.07 | 16.25 | 48.97 | - |
| YUV | 90.04 | 183.29 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 188 | 0 | 0.92 | 0.06 | 0.22 | 303.89 | 0.86 | 0.42 |
| Hex | C8 | F | BC | 0 | 5C | 6 | 16 | 130 | 56 | 2A |
| Octal | 310 | 17 | 274 | 0 | 134 | 6 | 26 | 460 | 126 | 52 |
| Binary | 11001000 | 1111 | 10111100 | 0 | 1011100 | 110 | 10110 | 100110000 | 1010110 | 101010 |
Color Harmonies of #C80FBC
Complementary color
Monochromatic Colors of #C80FBC
Black with #C80FBC
Text Example
Text Example
White with #C80FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FBC; }
p { color: rgb(200,15,188); }
H1.HeaderClassName
{
color: #C80FBC;
}
.AnyTagClassName
{
color: #C80FBC;
}
</style>
background-color css
<style>
a { background-color: #C80FBC; }
a { background-color: rgb(200,15,188); }
div.DivClassName
{
background-color: #C80FBC;
}
.BgClassName
{
background-color: #C80FBC;
}
</style>
border-color css
<style>
span { border-color: #C80FBC; }
span { border-color: rgb(200,15,188); }
td.TdClassName
{
border-color: #C80FBC;
}
.TagClassName
{
border-color: #C80FBC;
}
</style>