Shades of Deep Magenta #C214CE
Tints of Deep Magenta #C214CE
RGB
CMYK
RGB Variations
Color information
#C214CE (or 0xC214CE) is known color: Deep Magenta. HEX triplet: C2, 14 and CE. RGB value is (194,20,206). Sum of RGB (Red+Green+Blue) = 194+20+206=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #C214CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214CE is #3DEB31. Grayscale: #5C5C5C. Windows color (decimal): -4057906 or 13505730. OLE color: 13505730.
HSL color Cylindrical-coordinate representation of color #C214CE: hue angle of 296.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C214CE is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 20 | 206 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.19 |
| HSL | 296.13º | 0.82% | 0.44% | - |
| HSV(B) | 296.13º | 0.9% | 0.81% | - |
| XYZ | 33.64 | 16.43 | 59.79 | - |
| YUV | 93.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 206 | 0.06 | 0.90 | 0 | 0.19 | 296.13 | 0.82 | 0.44 |
| Hex | C2 | 14 | CE | 6 | 5A | 0 | 13 | 128 | 52 | 2C |
| Octal | 302 | 24 | 316 | 6 | 132 | 0 | 23 | 450 | 122 | 54 |
| Binary | 11000010 | 10100 | 11001110 | 110 | 1011010 | 0 | 10011 | 100101000 | 1010010 | 101100 |
Color Harmonies of #C214CE
Complementary color
Monochromatic Colors of #C214CE
Black with #C214CE
Text Example
Text Example
White with #C214CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214CE; }
p { color: rgb(194,20,206); }
H1.HeaderClassName
{
color: #C214CE;
}
.AnyTagClassName
{
color: #C214CE;
}
</style>
background-color css
<style>
a { background-color: #C214CE; }
a { background-color: rgb(194,20,206); }
div.DivClassName
{
background-color: #C214CE;
}
.BgClassName
{
background-color: #C214CE;
}
</style>
border-color css
<style>
span { border-color: #C214CE; }
span { border-color: rgb(194,20,206); }
td.TdClassName
{
border-color: #C214CE;
}
.TagClassName
{
border-color: #C214CE;
}
</style>