Shades of Deep Magenta #C814AF
Tints of Deep Magenta #C814AF
RGB
CMYK
RGB Variations
Color information
#C814AF (or 0xC814AF) is known color: Deep Magenta. HEX triplet: C8, 14 and AF. RGB value is (200,20,175). Sum of RGB (Red+Green+Blue) = 200+20+175=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C814AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C814AF is #37EB50. Grayscale: #5B5B5B. Windows color (decimal): -3664721 or 11474120. OLE color: 11474120.
HSL color Cylindrical-coordinate representation of color #C814AF: hue angle of 308.33º degrees, saturation: 0.82, 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 #C814AF is Cyan = 0, Magento = 0.9, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 175 | - |
| CMYK | 0 | 0.9 | 0.12 | 0.22 |
| HSL | 308.33º | 0.82% | 0.43% | - |
| HSV(B) | 308.33º | 0.9% | 0.78% | - |
| XYZ | 31.81 | 15.87 | 41.95 | - |
| YUV | 91.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 175 | 0 | 0.9 | 0.12 | 0.22 | 308.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | AF | 0 | 5A | C | 16 | 134 | 52 | 2B |
| Octal | 310 | 24 | 257 | 0 | 132 | 14 | 26 | 464 | 122 | 53 |
| Binary | 11001000 | 10100 | 10101111 | 0 | 1011010 | 1100 | 10110 | 100110100 | 1010010 | 101011 |
Color Harmonies of #C814AF
Complementary color
Monochromatic Colors of #C814AF
Black with #C814AF
Text Example
Text Example
White with #C814AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814AF; }
p { color: rgb(200,20,175); }
H1.HeaderClassName
{
color: #C814AF;
}
.AnyTagClassName
{
color: #C814AF;
}
</style>
background-color css
<style>
a { background-color: #C814AF; }
a { background-color: rgb(200,20,175); }
div.DivClassName
{
background-color: #C814AF;
}
.BgClassName
{
background-color: #C814AF;
}
</style>
border-color css
<style>
span { border-color: #C814AF; }
span { border-color: rgb(200,20,175); }
td.TdClassName
{
border-color: #C814AF;
}
.TagClassName
{
border-color: #C814AF;
}
</style>