Shades of Deep Magenta #C81AAF
Tints of Deep Magenta #C81AAF
RGB
CMYK
RGB Variations
Color information
#C81AAF (or 0xC81AAF) is known color: Deep Magenta. HEX triplet: C8, 1A and AF. RGB value is (200,26,175). Sum of RGB (Red+Green+Blue) = 200+26+175=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81AAF is #37E550. Grayscale: #5E5E5E. Windows color (decimal): -3663185 or 11475656. OLE color: 11475656.
HSL color Cylindrical-coordinate representation of color #C81AAF: hue angle of 308.62º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81AAF is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 175 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.22 |
| HSL | 308.62º | 0.77% | 0.44% | - |
| HSV(B) | 308.62º | 0.87% | 0.78% | - |
| XYZ | 31.93 | 16.11 | 41.98 | - |
| YUV | 95.01 | 173.15 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 175 | 0 | 0.87 | 0.12 | 0.22 | 308.62 | 0.77 | 0.44 |
| Hex | C8 | 1A | AF | 0 | 57 | C | 16 | 135 | 4D | 2C |
| Octal | 310 | 32 | 257 | 0 | 127 | 14 | 26 | 465 | 115 | 54 |
| Binary | 11001000 | 11010 | 10101111 | 0 | 1010111 | 1100 | 10110 | 100110101 | 1001101 | 101100 |
Color Harmonies of #C81AAF
Complementary color
Monochromatic Colors of #C81AAF
Black with #C81AAF
Text Example
Text Example
White with #C81AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AAF; }
p { color: rgb(200,26,175); }
H1.HeaderClassName
{
color: #C81AAF;
}
.AnyTagClassName
{
color: #C81AAF;
}
</style>
background-color css
<style>
a { background-color: #C81AAF; }
a { background-color: rgb(200,26,175); }
div.DivClassName
{
background-color: #C81AAF;
}
.BgClassName
{
background-color: #C81AAF;
}
</style>
border-color css
<style>
span { border-color: #C81AAF; }
span { border-color: rgb(200,26,175); }
td.TdClassName
{
border-color: #C81AAF;
}
.TagClassName
{
border-color: #C81AAF;
}
</style>