Shades of Deep Magenta #C214AC
Tints of Deep Magenta #C214AC
RGB
CMYK
RGB Variations
Color information
#C214AC (or 0xC214AC) is known color: Deep Magenta. HEX triplet: C2, 14 and AC. RGB value is (194,20,172). Sum of RGB (Red+Green+Blue) = 194+20+172=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C214AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C214AC is #3DEB53. Grayscale: #585858. Windows color (decimal): -4057940 or 11277506. OLE color: 11277506.
HSL color Cylindrical-coordinate representation of color #C214AC: hue angle of 307.59º 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 #C214AC is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 172 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.24 |
| HSL | 307.59º | 0.81% | 0.42% | - |
| HSV(B) | 307.59º | 0.9% | 0.76% | - |
| XYZ | 29.94 | 14.95 | 40.34 | - |
| YUV | 89.35 | 174.65 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 172 | 0 | 0.90 | 0.11 | 0.24 | 307.59 | 0.81 | 0.42 |
| Hex | C2 | 14 | AC | 0 | 5A | B | 18 | 134 | 51 | 2A |
| Octal | 302 | 24 | 254 | 0 | 132 | 13 | 30 | 464 | 121 | 52 |
| Binary | 11000010 | 10100 | 10101100 | 0 | 1011010 | 1011 | 11000 | 100110100 | 1010001 | 101010 |
Color Harmonies of #C214AC
Complementary color
Monochromatic Colors of #C214AC
Black with #C214AC
Text Example
Text Example
White with #C214AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214AC; }
p { color: rgb(194,20,172); }
H1.HeaderClassName
{
color: #C214AC;
}
.AnyTagClassName
{
color: #C214AC;
}
</style>
background-color css
<style>
a { background-color: #C214AC; }
a { background-color: rgb(194,20,172); }
div.DivClassName
{
background-color: #C214AC;
}
.BgClassName
{
background-color: #C214AC;
}
</style>
border-color css
<style>
span { border-color: #C214AC; }
span { border-color: rgb(194,20,172); }
td.TdClassName
{
border-color: #C214AC;
}
.TagClassName
{
border-color: #C214AC;
}
</style>