Shades of Deep Magenta #C210DF
Tints of Deep Magenta #C210DF
RGB
CMYK
RGB Variations
Color information
#C210DF (or 0xC210DF) is known color: Deep Magenta. HEX triplet: C2, 10 and DF. RGB value is (194,16,223). Sum of RGB (Red+Green+Blue) = 194+16+223=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #C210DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210DF is #3DEF20. Grayscale: #5C5C5C. Windows color (decimal): -4058913 or 14618818. OLE color: 14618818.
HSL color Cylindrical-coordinate representation of color #C210DF: hue angle of 291.59º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C210DF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 16 | 223 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.13 |
| HSL | 291.59º | 0.87% | 0.47% | - |
| HSV(B) | 291.59º | 0.93% | 0.87% | - |
| XYZ | 35.75 | 17.17 | 71.24 | - |
| YUV | 92.82 | 201.47 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 223 | 0.13 | 0.93 | 0 | 0.13 | 291.59 | 0.87 | 0.47 |
| Hex | C2 | 10 | DF | D | 5D | 0 | D | 124 | 57 | 2F |
| Octal | 302 | 20 | 337 | 15 | 135 | 0 | 15 | 444 | 127 | 57 |
| Binary | 11000010 | 10000 | 11011111 | 1101 | 1011101 | 0 | 1101 | 100100100 | 1010111 | 101111 |
Color Harmonies of #C210DF
Complementary color
Monochromatic Colors of #C210DF
Black with #C210DF
Text Example
Text Example
White with #C210DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210DF; }
p { color: rgb(194,16,223); }
H1.HeaderClassName
{
color: #C210DF;
}
.AnyTagClassName
{
color: #C210DF;
}
</style>
background-color css
<style>
a { background-color: #C210DF; }
a { background-color: rgb(194,16,223); }
div.DivClassName
{
background-color: #C210DF;
}
.BgClassName
{
background-color: #C210DF;
}
</style>
border-color css
<style>
span { border-color: #C210DF; }
span { border-color: rgb(194,16,223); }
td.TdClassName
{
border-color: #C210DF;
}
.TagClassName
{
border-color: #C210DF;
}
</style>