Shades of Deep Magenta #C80DAF
Tints of Deep Magenta #C80DAF
RGB
CMYK
RGB Variations
Color information
#C80DAF (or 0xC80DAF) is known color: Deep Magenta. HEX triplet: C8, 0D and AF. RGB value is (200,13,175). Sum of RGB (Red+Green+Blue) = 200+13+175=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80DAF is #37F250. Grayscale: #565656. Windows color (decimal): -3666513 or 11472328. OLE color: 11472328.
HSL color Cylindrical-coordinate representation of color #C80DAF: hue angle of 308.02º degrees, saturation: 0.88, 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 #C80DAF is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 175 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.22 |
| HSL | 308.02º | 0.88% | 0.42% | - |
| HSV(B) | 308.02º | 0.94% | 0.78% | - |
| XYZ | 31.7 | 15.66 | 41.91 | - |
| YUV | 87.38 | 177.45 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 175 | 0 | 0.94 | 0.12 | 0.22 | 308.02 | 0.88 | 0.42 |
| Hex | C8 | D | AF | 0 | 5E | C | 16 | 134 | 58 | 2A |
| Octal | 310 | 15 | 257 | 0 | 136 | 14 | 26 | 464 | 130 | 52 |
| Binary | 11001000 | 1101 | 10101111 | 0 | 1011110 | 1100 | 10110 | 100110100 | 1011000 | 101010 |
Color Harmonies of #C80DAF
Complementary color
Monochromatic Colors of #C80DAF
Black with #C80DAF
Text Example
Text Example
White with #C80DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DAF; }
p { color: rgb(200,13,175); }
H1.HeaderClassName
{
color: #C80DAF;
}
.AnyTagClassName
{
color: #C80DAF;
}
</style>
background-color css
<style>
a { background-color: #C80DAF; }
a { background-color: rgb(200,13,175); }
div.DivClassName
{
background-color: #C80DAF;
}
.BgClassName
{
background-color: #C80DAF;
}
</style>
border-color css
<style>
span { border-color: #C80DAF; }
span { border-color: rgb(200,13,175); }
td.TdClassName
{
border-color: #C80DAF;
}
.TagClassName
{
border-color: #C80DAF;
}
</style>