Shades of Deep Magenta #C220D1
Tints of Deep Magenta #C220D1
RGB
CMYK
RGB Variations
Color information
#C220D1 (or 0xC220D1) is known color: Deep Magenta. HEX triplet: C2, 20 and D1. RGB value is (194,32,209). Sum of RGB (Red+Green+Blue) = 194+32+209=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #C220D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220D1 is #3DDF2E. Grayscale: #646464. Windows color (decimal): -4054831 or 13705410. OLE color: 13705410.
HSL color Cylindrical-coordinate representation of color #C220D1: hue angle of 294.92º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C220D1 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 32 | 209 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.18 |
| HSL | 294.92º | 0.73% | 0.47% | - |
| HSV(B) | 294.92º | 0.85% | 0.82% | - |
| XYZ | 34.27 | 17.11 | 61.82 | - |
| YUV | 100.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 209 | 0.07 | 0.85 | 0 | 0.18 | 294.92 | 0.73 | 0.47 |
| Hex | C2 | 20 | D1 | 7 | 55 | 0 | 12 | 127 | 49 | 2F |
| Octal | 302 | 40 | 321 | 7 | 125 | 0 | 22 | 447 | 111 | 57 |
| Binary | 11000010 | 100000 | 11010001 | 111 | 1010101 | 0 | 10010 | 100100111 | 1001001 | 101111 |
Color Harmonies of #C220D1
Complementary color
Monochromatic Colors of #C220D1
Black with #C220D1
Text Example
Text Example
White with #C220D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220D1; }
p { color: rgb(194,32,209); }
H1.HeaderClassName
{
color: #C220D1;
}
.AnyTagClassName
{
color: #C220D1;
}
</style>
background-color css
<style>
a { background-color: #C220D1; }
a { background-color: rgb(194,32,209); }
div.DivClassName
{
background-color: #C220D1;
}
.BgClassName
{
background-color: #C220D1;
}
</style>
border-color css
<style>
span { border-color: #C220D1; }
span { border-color: rgb(194,32,209); }
td.TdClassName
{
border-color: #C220D1;
}
.TagClassName
{
border-color: #C220D1;
}
</style>