Shades of Deep Magenta #C214B9
Tints of Deep Magenta #C214B9
RGB
CMYK
RGB Variations
Color information
#C214B9 (or 0xC214B9) is known color: Deep Magenta. HEX triplet: C2, 14 and B9. RGB value is (194,20,185). Sum of RGB (Red+Green+Blue) = 194+20+185=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C214B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214B9 is #3DEB46. Grayscale: #5A5A5A. Windows color (decimal): -4057927 or 12129474. OLE color: 12129474.
HSL color Cylindrical-coordinate representation of color #C214B9: hue angle of 303.1º 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 #C214B9 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 185 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.24 |
| HSL | 303.1º | 0.81% | 0.42% | - |
| HSV(B) | 303.1º | 0.9% | 0.76% | - |
| XYZ | 31.26 | 15.47 | 47.24 | - |
| YUV | 90.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 185 | 0 | 0.90 | 0.05 | 0.24 | 303.1 | 0.81 | 0.42 |
| Hex | C2 | 14 | B9 | 0 | 5A | 5 | 18 | 12F | 51 | 2A |
| Octal | 302 | 24 | 271 | 0 | 132 | 5 | 30 | 457 | 121 | 52 |
| Binary | 11000010 | 10100 | 10111001 | 0 | 1011010 | 101 | 11000 | 100101111 | 1010001 | 101010 |
Color Harmonies of #C214B9
Complementary color
Monochromatic Colors of #C214B9
Black with #C214B9
Text Example
Text Example
White with #C214B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214B9; }
p { color: rgb(194,20,185); }
H1.HeaderClassName
{
color: #C214B9;
}
.AnyTagClassName
{
color: #C214B9;
}
</style>
background-color css
<style>
a { background-color: #C214B9; }
a { background-color: rgb(194,20,185); }
div.DivClassName
{
background-color: #C214B9;
}
.BgClassName
{
background-color: #C214B9;
}
</style>
border-color css
<style>
span { border-color: #C214B9; }
span { border-color: rgb(194,20,185); }
td.TdClassName
{
border-color: #C214B9;
}
.TagClassName
{
border-color: #C214B9;
}
</style>