Shades of Deep Magenta #C80FAB
Tints of Deep Magenta #C80FAB
RGB
CMYK
RGB Variations
Color information
#C80FAB (or 0xC80FAB) is known color: Deep Magenta. HEX triplet: C8, 0F and AB. RGB value is (200,15,171). Sum of RGB (Red+Green+Blue) = 200+15+171=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80FAB is #37F054. Grayscale: #575757. Windows color (decimal): -3666005 or 11210696. OLE color: 11210696.
HSL color Cylindrical-coordinate representation of color #C80FAB: hue angle of 309.41º 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 #C80FAB is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 171 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.22 |
| HSL | 309.41º | 0.86% | 0.42% | - |
| HSV(B) | 309.41º | 0.93% | 0.78% | - |
| XYZ | 31.34 | 15.56 | 39.88 | - |
| YUV | 88.1 | 174.79 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 171 | 0 | 0.92 | 0.14 | 0.22 | 309.41 | 0.86 | 0.42 |
| Hex | C8 | F | AB | 0 | 5C | E | 16 | 135 | 56 | 2A |
| Octal | 310 | 17 | 253 | 0 | 134 | 16 | 26 | 465 | 126 | 52 |
| Binary | 11001000 | 1111 | 10101011 | 0 | 1011100 | 1110 | 10110 | 100110101 | 1010110 | 101010 |
Color Harmonies of #C80FAB
Complementary color
Monochromatic Colors of #C80FAB
Black with #C80FAB
Text Example
Text Example
White with #C80FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FAB; }
p { color: rgb(200,15,171); }
H1.HeaderClassName
{
color: #C80FAB;
}
.AnyTagClassName
{
color: #C80FAB;
}
</style>
background-color css
<style>
a { background-color: #C80FAB; }
a { background-color: rgb(200,15,171); }
div.DivClassName
{
background-color: #C80FAB;
}
.BgClassName
{
background-color: #C80FAB;
}
</style>
border-color css
<style>
span { border-color: #C80FAB; }
span { border-color: rgb(200,15,171); }
td.TdClassName
{
border-color: #C80FAB;
}
.TagClassName
{
border-color: #C80FAB;
}
</style>