Shades of Deep Magenta #C214AD
Tints of Deep Magenta #C214AD
RGB
CMYK
RGB Variations
Color information
#C214AD (or 0xC214AD) is known color: Deep Magenta. HEX triplet: C2, 14 and AD. RGB value is (194,20,173). Sum of RGB (Red+Green+Blue) = 194+20+173=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C214AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C214AD is #3DEB52. Grayscale: #595959. Windows color (decimal): -4057939 or 11343042. OLE color: 11343042.
HSL color Cylindrical-coordinate representation of color #C214AD: hue angle of 307.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C214AD is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 173 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.24 |
| HSL | 307.24º | 0.81% | 0.42% | - |
| HSV(B) | 307.24º | 0.9% | 0.76% | - |
| XYZ | 30.04 | 14.99 | 40.84 | - |
| YUV | 89.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 173 | 0 | 0.90 | 0.11 | 0.24 | 307.24 | 0.81 | 0.42 |
| Hex | C2 | 14 | AD | 0 | 5A | B | 18 | 133 | 51 | 2A |
| Octal | 302 | 24 | 255 | 0 | 132 | 13 | 30 | 463 | 121 | 52 |
| Binary | 11000010 | 10100 | 10101101 | 0 | 1011010 | 1011 | 11000 | 100110011 | 1010001 | 101010 |
Color Harmonies of #C214AD
Complementary color
Monochromatic Colors of #C214AD
Black with #C214AD
Text Example
Text Example
White with #C214AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214AD; }
p { color: rgb(194,20,173); }
H1.HeaderClassName
{
color: #C214AD;
}
.AnyTagClassName
{
color: #C214AD;
}
</style>
background-color css
<style>
a { background-color: #C214AD; }
a { background-color: rgb(194,20,173); }
div.DivClassName
{
background-color: #C214AD;
}
.BgClassName
{
background-color: #C214AD;
}
</style>
border-color css
<style>
span { border-color: #C214AD; }
span { border-color: rgb(194,20,173); }
td.TdClassName
{
border-color: #C214AD;
}
.TagClassName
{
border-color: #C214AD;
}
</style>