Shades of Deep Magenta #C214DD
Tints of Deep Magenta #C214DD
RGB
CMYK
RGB Variations
Color information
#C214DD (or 0xC214DD) is known color: Deep Magenta. HEX triplet: C2, 14 and DD. RGB value is (194,20,221). Sum of RGB (Red+Green+Blue) = 194+20+221=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #C214DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214DD is #3DEB22. Grayscale: #5E5E5E. Windows color (decimal): -4057891 or 14488770. OLE color: 14488770.
HSL color Cylindrical-coordinate representation of color #C214DD: hue angle of 291.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C214DD is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 20 | 221 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.13 |
| HSL | 291.94º | 0.83% | 0.47% | - |
| HSV(B) | 291.94º | 0.91% | 0.87% | - |
| XYZ | 35.55 | 17.19 | 69.85 | - |
| YUV | 94.94 | 199.15 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 221 | 0.12 | 0.91 | 0 | 0.13 | 291.94 | 0.83 | 0.47 |
| Hex | C2 | 14 | DD | C | 5B | 0 | D | 124 | 53 | 2F |
| Octal | 302 | 24 | 335 | 14 | 133 | 0 | 15 | 444 | 123 | 57 |
| Binary | 11000010 | 10100 | 11011101 | 1100 | 1011011 | 0 | 1101 | 100100100 | 1010011 | 101111 |
Color Harmonies of #C214DD
Complementary color
Monochromatic Colors of #C214DD
Black with #C214DD
Text Example
Text Example
White with #C214DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214DD; }
p { color: rgb(194,20,221); }
H1.HeaderClassName
{
color: #C214DD;
}
.AnyTagClassName
{
color: #C214DD;
}
</style>
background-color css
<style>
a { background-color: #C214DD; }
a { background-color: rgb(194,20,221); }
div.DivClassName
{
background-color: #C214DD;
}
.BgClassName
{
background-color: #C214DD;
}
</style>
border-color css
<style>
span { border-color: #C214DD; }
span { border-color: rgb(194,20,221); }
td.TdClassName
{
border-color: #C214DD;
}
.TagClassName
{
border-color: #C214DD;
}
</style>