Shades of Deep Magenta #C815AF
Tints of Deep Magenta #C815AF
RGB
CMYK
RGB Variations
Color information
#C815AF (or 0xC815AF) is known color: Deep Magenta. HEX triplet: C8, 15 and AF. RGB value is (200,21,175). Sum of RGB (Red+Green+Blue) = 200+21+175=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C815AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C815AF is #37EA50. Grayscale: #5B5B5B. Windows color (decimal): -3664465 or 11474376. OLE color: 11474376.
HSL color Cylindrical-coordinate representation of color #C815AF: hue angle of 308.38º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C815AF is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 175 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.22 |
| HSL | 308.38º | 0.81% | 0.43% | - |
| HSV(B) | 308.38º | 0.9% | 0.78% | - |
| XYZ | 31.83 | 15.91 | 41.95 | - |
| YUV | 92.08 | 174.8 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 175 | 0 | 0.90 | 0.12 | 0.22 | 308.38 | 0.81 | 0.43 |
| Hex | C8 | 15 | AF | 0 | 5A | C | 16 | 134 | 51 | 2B |
| Octal | 310 | 25 | 257 | 0 | 132 | 14 | 26 | 464 | 121 | 53 |
| Binary | 11001000 | 10101 | 10101111 | 0 | 1011010 | 1100 | 10110 | 100110100 | 1010001 | 101011 |
Color Harmonies of #C815AF
Complementary color
Monochromatic Colors of #C815AF
Black with #C815AF
Text Example
Text Example
White with #C815AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C815AF; }
p { color: rgb(200,21,175); }
H1.HeaderClassName
{
color: #C815AF;
}
.AnyTagClassName
{
color: #C815AF;
}
</style>
background-color css
<style>
a { background-color: #C815AF; }
a { background-color: rgb(200,21,175); }
div.DivClassName
{
background-color: #C815AF;
}
.BgClassName
{
background-color: #C815AF;
}
</style>
border-color css
<style>
span { border-color: #C815AF; }
span { border-color: rgb(200,21,175); }
td.TdClassName
{
border-color: #C815AF;
}
.TagClassName
{
border-color: #C815AF;
}
</style>