Shades of Deep Magenta #C815AB
Tints of Deep Magenta #C815AB
RGB
CMYK
RGB Variations
Color information
#C815AB (or 0xC815AB) is known color: Deep Magenta. HEX triplet: C8, 15 and AB. RGB value is (200,21,171). Sum of RGB (Red+Green+Blue) = 200+21+171=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C815AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C815AB is #37EA54. Grayscale: #5B5B5B. Windows color (decimal): -3664469 or 11212232. OLE color: 11212232.
HSL color Cylindrical-coordinate representation of color #C815AB: hue angle of 309.72º 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 #C815AB is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 171 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.22 |
| HSL | 309.72º | 0.81% | 0.43% | - |
| HSV(B) | 309.72º | 0.9% | 0.78% | - |
| XYZ | 31.44 | 15.76 | 39.91 | - |
| YUV | 91.62 | 172.8 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 171 | 0 | 0.90 | 0.14 | 0.22 | 309.72 | 0.81 | 0.43 |
| Hex | C8 | 15 | AB | 0 | 5A | E | 16 | 136 | 51 | 2B |
| Octal | 310 | 25 | 253 | 0 | 132 | 16 | 26 | 466 | 121 | 53 |
| Binary | 11001000 | 10101 | 10101011 | 0 | 1011010 | 1110 | 10110 | 100110110 | 1010001 | 101011 |
Color Harmonies of #C815AB
Complementary color
Monochromatic Colors of #C815AB
Black with #C815AB
Text Example
Text Example
White with #C815AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C815AB; }
p { color: rgb(200,21,171); }
H1.HeaderClassName
{
color: #C815AB;
}
.AnyTagClassName
{
color: #C815AB;
}
</style>
background-color css
<style>
a { background-color: #C815AB; }
a { background-color: rgb(200,21,171); }
div.DivClassName
{
background-color: #C815AB;
}
.BgClassName
{
background-color: #C815AB;
}
</style>
border-color css
<style>
span { border-color: #C815AB; }
span { border-color: rgb(200,21,171); }
td.TdClassName
{
border-color: #C815AB;
}
.TagClassName
{
border-color: #C815AB;
}
</style>