Shades of Deep Magenta #C215AE
Tints of Deep Magenta #C215AE
RGB
CMYK
RGB Variations
Color information
#C215AE (or 0xC215AE) is known color: Deep Magenta. HEX triplet: C2, 15 and AE. RGB value is (194,21,174). Sum of RGB (Red+Green+Blue) = 194+21+174=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C215AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C215AE is #3DEA51. Grayscale: #595959. Windows color (decimal): -4057682 or 11408834. OLE color: 11408834.
HSL color Cylindrical-coordinate representation of color #C215AE: hue angle of 306.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C215AE is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 174 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.24 |
| HSL | 306.94º | 0.8% | 0.42% | - |
| HSV(B) | 306.94º | 0.89% | 0.76% | - |
| XYZ | 30.16 | 15.06 | 41.36 | - |
| YUV | 90.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 174 | 0 | 0.89 | 0.10 | 0.24 | 306.94 | 0.8 | 0.42 |
| Hex | C2 | 15 | AE | 0 | 59 | A | 18 | 133 | 50 | 2A |
| Octal | 302 | 25 | 256 | 0 | 131 | 12 | 30 | 463 | 120 | 52 |
| Binary | 11000010 | 10101 | 10101110 | 0 | 1011001 | 1010 | 11000 | 100110011 | 1010000 | 101010 |
Color Harmonies of #C215AE
Complementary color
Monochromatic Colors of #C215AE
Black with #C215AE
Text Example
Text Example
White with #C215AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215AE; }
p { color: rgb(194,21,174); }
H1.HeaderClassName
{
color: #C215AE;
}
.AnyTagClassName
{
color: #C215AE;
}
</style>
background-color css
<style>
a { background-color: #C215AE; }
a { background-color: rgb(194,21,174); }
div.DivClassName
{
background-color: #C215AE;
}
.BgClassName
{
background-color: #C215AE;
}
</style>
border-color css
<style>
span { border-color: #C215AE; }
span { border-color: rgb(194,21,174); }
td.TdClassName
{
border-color: #C215AE;
}
.TagClassName
{
border-color: #C215AE;
}
</style>