Shades of Deep Magenta #C21CDF
Tints of Deep Magenta #C21CDF
RGB
CMYK
RGB Variations
Color information
#C21CDF (or 0xC21CDF) is known color: Deep Magenta. HEX triplet: C2, 1C and DF. RGB value is (194,28,223). Sum of RGB (Red+Green+Blue) = 194+28+223=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #C21CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CDF is #3DE320. Grayscale: #636363. Windows color (decimal): -4055841 or 14621890. OLE color: 14621890.
HSL color Cylindrical-coordinate representation of color #C21CDF: hue angle of 291.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21CDF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 28 | 223 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.13 |
| HSL | 291.08º | 0.78% | 0.49% | - |
| HSV(B) | 291.08º | 0.87% | 0.87% | - |
| XYZ | 35.98 | 17.63 | 71.32 | - |
| YUV | 99.86 | 197.5 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 223 | 0.13 | 0.87 | 0 | 0.13 | 291.08 | 0.78 | 0.49 |
| Hex | C2 | 1C | DF | D | 57 | 0 | D | 123 | 4E | 31 |
| Octal | 302 | 34 | 337 | 15 | 127 | 0 | 15 | 443 | 116 | 61 |
| Binary | 11000010 | 11100 | 11011111 | 1101 | 1010111 | 0 | 1101 | 100100011 | 1001110 | 110001 |
Color Harmonies of #C21CDF
Complementary color
Monochromatic Colors of #C21CDF
Black with #C21CDF
Text Example
Text Example
White with #C21CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CDF; }
p { color: rgb(194,28,223); }
H1.HeaderClassName
{
color: #C21CDF;
}
.AnyTagClassName
{
color: #C21CDF;
}
</style>
background-color css
<style>
a { background-color: #C21CDF; }
a { background-color: rgb(194,28,223); }
div.DivClassName
{
background-color: #C21CDF;
}
.BgClassName
{
background-color: #C21CDF;
}
</style>
border-color css
<style>
span { border-color: #C21CDF; }
span { border-color: rgb(194,28,223); }
td.TdClassName
{
border-color: #C21CDF;
}
.TagClassName
{
border-color: #C21CDF;
}
</style>