Shades of Deep Magenta #C81CAF
Tints of Deep Magenta #C81CAF
RGB
CMYK
RGB Variations
Color information
#C81CAF (or 0xC81CAF) is known color: Deep Magenta. HEX triplet: C8, 1C and AF. RGB value is (200,28,175). Sum of RGB (Red+Green+Blue) = 200+28+175=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C81CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81CAF is #37E350. Grayscale: #5F5F5F. Windows color (decimal): -3662673 or 11476168. OLE color: 11476168.
HSL color Cylindrical-coordinate representation of color #C81CAF: hue angle of 308.72º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81CAF is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 175 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.22 |
| HSL | 308.72º | 0.75% | 0.45% | - |
| HSV(B) | 308.72º | 0.86% | 0.78% | - |
| XYZ | 31.97 | 16.21 | 42 | - |
| YUV | 96.19 | 172.48 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 175 | 0 | 0.86 | 0.12 | 0.22 | 308.72 | 0.75 | 0.45 |
| Hex | C8 | 1C | AF | 0 | 56 | C | 16 | 135 | 4B | 2D |
| Octal | 310 | 34 | 257 | 0 | 126 | 14 | 26 | 465 | 113 | 55 |
| Binary | 11001000 | 11100 | 10101111 | 0 | 1010110 | 1100 | 10110 | 100110101 | 1001011 | 101101 |
Color Harmonies of #C81CAF
Complementary color
Monochromatic Colors of #C81CAF
Black with #C81CAF
Text Example
Text Example
White with #C81CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CAF; }
p { color: rgb(200,28,175); }
H1.HeaderClassName
{
color: #C81CAF;
}
.AnyTagClassName
{
color: #C81CAF;
}
</style>
background-color css
<style>
a { background-color: #C81CAF; }
a { background-color: rgb(200,28,175); }
div.DivClassName
{
background-color: #C81CAF;
}
.BgClassName
{
background-color: #C81CAF;
}
</style>
border-color css
<style>
span { border-color: #C81CAF; }
span { border-color: rgb(200,28,175); }
td.TdClassName
{
border-color: #C81CAF;
}
.TagClassName
{
border-color: #C81CAF;
}
</style>