Shades of Deep Magenta #C214DA
Tints of Deep Magenta #C214DA
RGB
CMYK
RGB Variations
Color information
#C214DA (or 0xC214DA) is known color: Deep Magenta. HEX triplet: C2, 14 and DA. RGB value is (194,20,218). Sum of RGB (Red+Green+Blue) = 194+20+218=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #C214DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214DA is #3DEB25. Grayscale: #5D5D5D. Windows color (decimal): -4057894 or 14292162. OLE color: 14292162.
HSL color Cylindrical-coordinate representation of color #C214DA: hue angle of 292.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C214DA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 20 | 218 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.15 |
| HSL | 292.73º | 0.83% | 0.47% | - |
| HSV(B) | 292.73º | 0.91% | 0.85% | - |
| XYZ | 35.15 | 17.03 | 67.76 | - |
| YUV | 94.6 | 197.65 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 218 | 0.11 | 0.91 | 0 | 0.15 | 292.73 | 0.83 | 0.47 |
| Hex | C2 | 14 | DA | B | 5B | 0 | F | 125 | 53 | 2F |
| Octal | 302 | 24 | 332 | 13 | 133 | 0 | 17 | 445 | 123 | 57 |
| Binary | 11000010 | 10100 | 11011010 | 1011 | 1011011 | 0 | 1111 | 100100101 | 1010011 | 101111 |
Color Harmonies of #C214DA
Complementary color
Monochromatic Colors of #C214DA
Black with #C214DA
Text Example
Text Example
White with #C214DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214DA; }
p { color: rgb(194,20,218); }
H1.HeaderClassName
{
color: #C214DA;
}
.AnyTagClassName
{
color: #C214DA;
}
</style>
background-color css
<style>
a { background-color: #C214DA; }
a { background-color: rgb(194,20,218); }
div.DivClassName
{
background-color: #C214DA;
}
.BgClassName
{
background-color: #C214DA;
}
</style>
border-color css
<style>
span { border-color: #C214DA; }
span { border-color: rgb(194,20,218); }
td.TdClassName
{
border-color: #C214DA;
}
.TagClassName
{
border-color: #C214DA;
}
</style>