Shades of Deep Magenta #C219AE
Tints of Deep Magenta #C219AE
RGB
CMYK
RGB Variations
Color information
#C219AE (or 0xC219AE) is known color: Deep Magenta. HEX triplet: C2, 19 and AE. RGB value is (194,25,174). Sum of RGB (Red+Green+Blue) = 194+25+174=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C219AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C219AE is #3DE651. Grayscale: #5C5C5C. Windows color (decimal): -4056658 or 11409858. OLE color: 11409858.
HSL color Cylindrical-coordinate representation of color #C219AE: hue angle of 307.1º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C219AE is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 174 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.24 |
| HSL | 307.1º | 0.77% | 0.43% | - |
| HSV(B) | 307.1º | 0.87% | 0.76% | - |
| XYZ | 30.24 | 15.22 | 41.39 | - |
| YUV | 92.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 174 | 0 | 0.87 | 0.10 | 0.24 | 307.1 | 0.77 | 0.43 |
| Hex | C2 | 19 | AE | 0 | 57 | A | 18 | 133 | 4D | 2B |
| Octal | 302 | 31 | 256 | 0 | 127 | 12 | 30 | 463 | 115 | 53 |
| Binary | 11000010 | 11001 | 10101110 | 0 | 1010111 | 1010 | 11000 | 100110011 | 1001101 | 101011 |
Color Harmonies of #C219AE
Complementary color
Monochromatic Colors of #C219AE
Black with #C219AE
Text Example
Text Example
White with #C219AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219AE; }
p { color: rgb(194,25,174); }
H1.HeaderClassName
{
color: #C219AE;
}
.AnyTagClassName
{
color: #C219AE;
}
</style>
background-color css
<style>
a { background-color: #C219AE; }
a { background-color: rgb(194,25,174); }
div.DivClassName
{
background-color: #C219AE;
}
.BgClassName
{
background-color: #C219AE;
}
</style>
border-color css
<style>
span { border-color: #C219AE; }
span { border-color: rgb(194,25,174); }
td.TdClassName
{
border-color: #C219AE;
}
.TagClassName
{
border-color: #C219AE;
}
</style>