Shades of Deep Magenta #C218AC
Tints of Deep Magenta #C218AC
RGB
CMYK
RGB Variations
Color information
#C218AC (or 0xC218AC) is known color: Deep Magenta. HEX triplet: C2, 18 and AC. RGB value is (194,24,172). Sum of RGB (Red+Green+Blue) = 194+24+172=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C218AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C218AC is #3DE753. Grayscale: #5B5B5B. Windows color (decimal): -4056916 or 11278530. OLE color: 11278530.
HSL color Cylindrical-coordinate representation of color #C218AC: hue angle of 307.76º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C218AC is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 172 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.24 |
| HSL | 307.76º | 0.78% | 0.43% | - |
| HSV(B) | 307.76º | 0.88% | 0.76% | - |
| XYZ | 30.02 | 15.1 | 40.36 | - |
| YUV | 91.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 172 | 0 | 0.88 | 0.11 | 0.24 | 307.76 | 0.78 | 0.43 |
| Hex | C2 | 18 | AC | 0 | 58 | B | 18 | 134 | 4E | 2B |
| Octal | 302 | 30 | 254 | 0 | 130 | 13 | 30 | 464 | 116 | 53 |
| Binary | 11000010 | 11000 | 10101100 | 0 | 1011000 | 1011 | 11000 | 100110100 | 1001110 | 101011 |
Color Harmonies of #C218AC
Complementary color
Monochromatic Colors of #C218AC
Black with #C218AC
Text Example
Text Example
White with #C218AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218AC; }
p { color: rgb(194,24,172); }
H1.HeaderClassName
{
color: #C218AC;
}
.AnyTagClassName
{
color: #C218AC;
}
</style>
background-color css
<style>
a { background-color: #C218AC; }
a { background-color: rgb(194,24,172); }
div.DivClassName
{
background-color: #C218AC;
}
.BgClassName
{
background-color: #C218AC;
}
</style>
border-color css
<style>
span { border-color: #C218AC; }
span { border-color: rgb(194,24,172); }
td.TdClassName
{
border-color: #C218AC;
}
.TagClassName
{
border-color: #C218AC;
}
</style>