Shades of Deep Magenta #C21DAF
Tints of Deep Magenta #C21DAF
RGB
CMYK
RGB Variations
Color information
#C21DAF (or 0xC21DAF) is known color: Deep Magenta. HEX triplet: C2, 1D and AF. RGB value is (194,29,175). Sum of RGB (Red+Green+Blue) = 194+29+175=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C21DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21DAF is #3DE250. Grayscale: #5E5E5E. Windows color (decimal): -4055633 or 11476418. OLE color: 11476418.
HSL color Cylindrical-coordinate representation of color #C21DAF: hue angle of 306.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21DAF is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 175 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.24 |
| HSL | 306.91º | 0.74% | 0.44% | - |
| HSV(B) | 306.91º | 0.85% | 0.76% | - |
| XYZ | 30.43 | 15.44 | 41.93 | - |
| YUV | 94.98 | 173.16 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 175 | 0 | 0.85 | 0.10 | 0.24 | 306.91 | 0.74 | 0.44 |
| Hex | C2 | 1D | AF | 0 | 55 | A | 18 | 133 | 4A | 2C |
| Octal | 302 | 35 | 257 | 0 | 125 | 12 | 30 | 463 | 112 | 54 |
| Binary | 11000010 | 11101 | 10101111 | 0 | 1010101 | 1010 | 11000 | 100110011 | 1001010 | 101100 |
Color Harmonies of #C21DAF
Complementary color
Monochromatic Colors of #C21DAF
Black with #C21DAF
Text Example
Text Example
White with #C21DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DAF; }
p { color: rgb(194,29,175); }
H1.HeaderClassName
{
color: #C21DAF;
}
.AnyTagClassName
{
color: #C21DAF;
}
</style>
background-color css
<style>
a { background-color: #C21DAF; }
a { background-color: rgb(194,29,175); }
div.DivClassName
{
background-color: #C21DAF;
}
.BgClassName
{
background-color: #C21DAF;
}
</style>
border-color css
<style>
span { border-color: #C21DAF; }
span { border-color: rgb(194,29,175); }
td.TdClassName
{
border-color: #C21DAF;
}
.TagClassName
{
border-color: #C21DAF;
}
</style>