Shades of Deep Magenta #C80FBF
Tints of Deep Magenta #C80FBF
RGB
CMYK
RGB Variations
Color information
#C80FBF (or 0xC80FBF) is known color: Deep Magenta. HEX triplet: C8, 0F and BF. RGB value is (200,15,191). Sum of RGB (Red+Green+Blue) = 200+15+191=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FBF is #37F040. Grayscale: #595959. Windows color (decimal): -3665985 or 12521416. OLE color: 12521416.
HSL color Cylindrical-coordinate representation of color #C80FBF: hue angle of 302.92º 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 #C80FBF is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 191 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.22 |
| HSL | 302.92º | 0.86% | 0.42% | - |
| HSV(B) | 302.92º | 0.93% | 0.78% | - |
| XYZ | 33.39 | 16.38 | 50.69 | - |
| YUV | 90.38 | 184.79 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 191 | 0 | 0.92 | 0.04 | 0.22 | 302.92 | 0.86 | 0.42 |
| Hex | C8 | F | BF | 0 | 5C | 4 | 16 | 12F | 56 | 2A |
| Octal | 310 | 17 | 277 | 0 | 134 | 4 | 26 | 457 | 126 | 52 |
| Binary | 11001000 | 1111 | 10111111 | 0 | 1011100 | 100 | 10110 | 100101111 | 1010110 | 101010 |
Color Harmonies of #C80FBF
Complementary color
Monochromatic Colors of #C80FBF
Black with #C80FBF
Text Example
Text Example
White with #C80FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FBF; }
p { color: rgb(200,15,191); }
H1.HeaderClassName
{
color: #C80FBF;
}
.AnyTagClassName
{
color: #C80FBF;
}
</style>
background-color css
<style>
a { background-color: #C80FBF; }
a { background-color: rgb(200,15,191); }
div.DivClassName
{
background-color: #C80FBF;
}
.BgClassName
{
background-color: #C80FBF;
}
</style>
border-color css
<style>
span { border-color: #C80FBF; }
span { border-color: rgb(200,15,191); }
td.TdClassName
{
border-color: #C80FBF;
}
.TagClassName
{
border-color: #C80FBF;
}
</style>