Shades of Deep Magenta #C21FAE
Tints of Deep Magenta #C21FAE
RGB
CMYK
RGB Variations
Color information
#C21FAE (or 0xC21FAE) is known color: Deep Magenta. HEX triplet: C2, 1F and AE. RGB value is (194,31,174). Sum of RGB (Red+Green+Blue) = 194+31+174=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FAE is #3DE051. Grayscale: #5F5F5F. Windows color (decimal): -4055122 or 11411394. OLE color: 11411394.
HSL color Cylindrical-coordinate representation of color #C21FAE: hue angle of 307.36º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21FAE is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 174 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.24 |
| HSL | 307.36º | 0.72% | 0.44% | - |
| HSV(B) | 307.36º | 0.84% | 0.76% | - |
| XYZ | 30.38 | 15.51 | 41.44 | - |
| YUV | 96.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 174 | 0 | 0.84 | 0.10 | 0.24 | 307.36 | 0.72 | 0.44 |
| Hex | C2 | 1F | AE | 0 | 54 | A | 18 | 133 | 48 | 2C |
| Octal | 302 | 37 | 256 | 0 | 124 | 12 | 30 | 463 | 110 | 54 |
| Binary | 11000010 | 11111 | 10101110 | 0 | 1010100 | 1010 | 11000 | 100110011 | 1001000 | 101100 |
Color Harmonies of #C21FAE
Complementary color
Monochromatic Colors of #C21FAE
Black with #C21FAE
Text Example
Text Example
White with #C21FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FAE; }
p { color: rgb(194,31,174); }
H1.HeaderClassName
{
color: #C21FAE;
}
.AnyTagClassName
{
color: #C21FAE;
}
</style>
background-color css
<style>
a { background-color: #C21FAE; }
a { background-color: rgb(194,31,174); }
div.DivClassName
{
background-color: #C21FAE;
}
.BgClassName
{
background-color: #C21FAE;
}
</style>
border-color css
<style>
span { border-color: #C21FAE; }
span { border-color: rgb(194,31,174); }
td.TdClassName
{
border-color: #C21FAE;
}
.TagClassName
{
border-color: #C21FAE;
}
</style>