Shades of Deep Magenta #C218AD
Tints of Deep Magenta #C218AD
RGB
CMYK
RGB Variations
Color information
#C218AD (or 0xC218AD) is known color: Deep Magenta. HEX triplet: C2, 18 and AD. RGB value is (194,24,173). Sum of RGB (Red+Green+Blue) = 194+24+173=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C218AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C218AD is #3DE752. Grayscale: #5B5B5B. Windows color (decimal): -4056915 or 11344066. OLE color: 11344066.
HSL color Cylindrical-coordinate representation of color #C218AD: hue angle of 307.41º 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 #C218AD is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 173 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.24 |
| HSL | 307.41º | 0.78% | 0.43% | - |
| HSV(B) | 307.41º | 0.88% | 0.76% | - |
| XYZ | 30.12 | 15.14 | 40.87 | - |
| YUV | 91.82 | 173.82 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 173 | 0 | 0.88 | 0.11 | 0.24 | 307.41 | 0.78 | 0.43 |
| Hex | C2 | 18 | AD | 0 | 58 | B | 18 | 133 | 4E | 2B |
| Octal | 302 | 30 | 255 | 0 | 130 | 13 | 30 | 463 | 116 | 53 |
| Binary | 11000010 | 11000 | 10101101 | 0 | 1011000 | 1011 | 11000 | 100110011 | 1001110 | 101011 |
Color Harmonies of #C218AD
Complementary color
Monochromatic Colors of #C218AD
Black with #C218AD
Text Example
Text Example
White with #C218AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218AD; }
p { color: rgb(194,24,173); }
H1.HeaderClassName
{
color: #C218AD;
}
.AnyTagClassName
{
color: #C218AD;
}
</style>
background-color css
<style>
a { background-color: #C218AD; }
a { background-color: rgb(194,24,173); }
div.DivClassName
{
background-color: #C218AD;
}
.BgClassName
{
background-color: #C218AD;
}
</style>
border-color css
<style>
span { border-color: #C218AD; }
span { border-color: rgb(194,24,173); }
td.TdClassName
{
border-color: #C218AD;
}
.TagClassName
{
border-color: #C218AD;
}
</style>