Shades of Deep Magenta #C818AC
Tints of Deep Magenta #C818AC
RGB
CMYK
RGB Variations
Color information
#C818AC (or 0xC818AC) is known color: Deep Magenta. HEX triplet: C8, 18 and AC. RGB value is (200,24,172). Sum of RGB (Red+Green+Blue) = 200+24+172=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C818AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C818AC is #37E753. Grayscale: #5D5D5D. Windows color (decimal): -3663700 or 11278536. OLE color: 11278536.
HSL color Cylindrical-coordinate representation of color #C818AC: hue angle of 309.55º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C818AC is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 172 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.22 |
| HSL | 309.55º | 0.79% | 0.44% | - |
| HSV(B) | 309.55º | 0.88% | 0.78% | - |
| XYZ | 31.59 | 15.91 | 40.44 | - |
| YUV | 93.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 172 | 0 | 0.88 | 0.14 | 0.22 | 309.55 | 0.79 | 0.44 |
| Hex | C8 | 18 | AC | 0 | 58 | E | 16 | 136 | 4F | 2C |
| Octal | 310 | 30 | 254 | 0 | 130 | 16 | 26 | 466 | 117 | 54 |
| Binary | 11001000 | 11000 | 10101100 | 0 | 1011000 | 1110 | 10110 | 100110110 | 1001111 | 101100 |
Color Harmonies of #C818AC
Complementary color
Monochromatic Colors of #C818AC
Black with #C818AC
Text Example
Text Example
White with #C818AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818AC; }
p { color: rgb(200,24,172); }
H1.HeaderClassName
{
color: #C818AC;
}
.AnyTagClassName
{
color: #C818AC;
}
</style>
background-color css
<style>
a { background-color: #C818AC; }
a { background-color: rgb(200,24,172); }
div.DivClassName
{
background-color: #C818AC;
}
.BgClassName
{
background-color: #C818AC;
}
</style>
border-color css
<style>
span { border-color: #C818AC; }
span { border-color: rgb(200,24,172); }
td.TdClassName
{
border-color: #C818AC;
}
.TagClassName
{
border-color: #C818AC;
}
</style>