Shades of Deep Magenta #C813AF
Tints of Deep Magenta #C813AF
RGB
CMYK
RGB Variations
Color information
#C813AF (or 0xC813AF) is known color: Deep Magenta. HEX triplet: C8, 13 and AF. RGB value is (200,19,175). Sum of RGB (Red+Green+Blue) = 200+19+175=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C813AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C813AF is #37EC50. Grayscale: #5A5A5A. Windows color (decimal): -3664977 or 11473864. OLE color: 11473864.
HSL color Cylindrical-coordinate representation of color #C813AF: hue angle of 308.29º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C813AF is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 175 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.22 |
| HSL | 308.29º | 0.83% | 0.43% | - |
| HSV(B) | 308.29º | 0.91% | 0.78% | - |
| XYZ | 31.79 | 15.84 | 41.94 | - |
| YUV | 90.9 | 175.47 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 175 | 0 | 0.90 | 0.12 | 0.22 | 308.29 | 0.83 | 0.43 |
| Hex | C8 | 13 | AF | 0 | 5A | C | 16 | 134 | 53 | 2B |
| Octal | 310 | 23 | 257 | 0 | 132 | 14 | 26 | 464 | 123 | 53 |
| Binary | 11001000 | 10011 | 10101111 | 0 | 1011010 | 1100 | 10110 | 100110100 | 1010011 | 101011 |
Color Harmonies of #C813AF
Complementary color
Monochromatic Colors of #C813AF
Black with #C813AF
Text Example
Text Example
White with #C813AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C813AF; }
p { color: rgb(200,19,175); }
H1.HeaderClassName
{
color: #C813AF;
}
.AnyTagClassName
{
color: #C813AF;
}
</style>
background-color css
<style>
a { background-color: #C813AF; }
a { background-color: rgb(200,19,175); }
div.DivClassName
{
background-color: #C813AF;
}
.BgClassName
{
background-color: #C813AF;
}
</style>
border-color css
<style>
span { border-color: #C813AF; }
span { border-color: rgb(200,19,175); }
td.TdClassName
{
border-color: #C813AF;
}
.TagClassName
{
border-color: #C813AF;
}
</style>