Shades of Deep Magenta #C214D0
Tints of Deep Magenta #C214D0
RGB
CMYK
RGB Variations
Color information
#C214D0 (or 0xC214D0) is known color: Deep Magenta. HEX triplet: C2, 14 and D0. RGB value is (194,20,208). Sum of RGB (Red+Green+Blue) = 194+20+208=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #C214D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214D0 is #3DEB2F. Grayscale: #5C5C5C. Windows color (decimal): -4057904 or 13636802. OLE color: 13636802.
HSL color Cylindrical-coordinate representation of color #C214D0: hue angle of 295.53º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C214D0 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 20 | 208 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.18 |
| HSL | 295.53º | 0.82% | 0.45% | - |
| HSV(B) | 295.53º | 0.9% | 0.82% | - |
| XYZ | 33.88 | 16.52 | 61.08 | - |
| YUV | 93.46 | 192.65 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 208 | 0.07 | 0.90 | 0 | 0.18 | 295.53 | 0.82 | 0.45 |
| Hex | C2 | 14 | D0 | 7 | 5A | 0 | 12 | 128 | 52 | 2D |
| Octal | 302 | 24 | 320 | 7 | 132 | 0 | 22 | 450 | 122 | 55 |
| Binary | 11000010 | 10100 | 11010000 | 111 | 1011010 | 0 | 10010 | 100101000 | 1010010 | 101101 |
Color Harmonies of #C214D0
Complementary color
Monochromatic Colors of #C214D0
Black with #C214D0
Text Example
Text Example
White with #C214D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214D0; }
p { color: rgb(194,20,208); }
H1.HeaderClassName
{
color: #C214D0;
}
.AnyTagClassName
{
color: #C214D0;
}
</style>
background-color css
<style>
a { background-color: #C214D0; }
a { background-color: rgb(194,20,208); }
div.DivClassName
{
background-color: #C214D0;
}
.BgClassName
{
background-color: #C214D0;
}
</style>
border-color css
<style>
span { border-color: #C214D0; }
span { border-color: rgb(194,20,208); }
td.TdClassName
{
border-color: #C214D0;
}
.TagClassName
{
border-color: #C214D0;
}
</style>