Shades of Deep Magenta #C214B5
Tints of Deep Magenta #C214B5
RGB
CMYK
RGB Variations
Color information
#C214B5 (or 0xC214B5) is known color: Deep Magenta. HEX triplet: C2, 14 and B5. RGB value is (194,20,181). Sum of RGB (Red+Green+Blue) = 194+20+181=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C214B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214B5 is #3DEB4A. Grayscale: #595959. Windows color (decimal): -4057931 or 11867330. OLE color: 11867330.
HSL color Cylindrical-coordinate representation of color #C214B5: hue angle of 304.48º 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 #C214B5 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 181 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.24 |
| HSL | 304.48º | 0.81% | 0.42% | - |
| HSV(B) | 304.48º | 0.9% | 0.76% | - |
| XYZ | 30.84 | 15.31 | 45.05 | - |
| YUV | 90.38 | 179.15 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 181 | 0 | 0.90 | 0.07 | 0.24 | 304.48 | 0.81 | 0.42 |
| Hex | C2 | 14 | B5 | 0 | 5A | 7 | 18 | 130 | 51 | 2A |
| Octal | 302 | 24 | 265 | 0 | 132 | 7 | 30 | 460 | 121 | 52 |
| Binary | 11000010 | 10100 | 10110101 | 0 | 1011010 | 111 | 11000 | 100110000 | 1010001 | 101010 |
Color Harmonies of #C214B5
Complementary color
Monochromatic Colors of #C214B5
Black with #C214B5
Text Example
Text Example
White with #C214B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214B5; }
p { color: rgb(194,20,181); }
H1.HeaderClassName
{
color: #C214B5;
}
.AnyTagClassName
{
color: #C214B5;
}
</style>
background-color css
<style>
a { background-color: #C214B5; }
a { background-color: rgb(194,20,181); }
div.DivClassName
{
background-color: #C214B5;
}
.BgClassName
{
background-color: #C214B5;
}
</style>
border-color css
<style>
span { border-color: #C214B5; }
span { border-color: rgb(194,20,181); }
td.TdClassName
{
border-color: #C214B5;
}
.TagClassName
{
border-color: #C214B5;
}
</style>