Shades of Deep Magenta #C221D1
Tints of Deep Magenta #C221D1
RGB
CMYK
RGB Variations
Color information
#C221D1 (or 0xC221D1) is known color: Deep Magenta. HEX triplet: C2, 21 and D1. RGB value is (194,33,209). Sum of RGB (Red+Green+Blue) = 194+33+209=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #C221D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C221D1 is #3DDE2E. Grayscale: #646464. Windows color (decimal): -4054575 or 13705666. OLE color: 13705666.
HSL color Cylindrical-coordinate representation of color #C221D1: hue angle of 294.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C221D1 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 33 | 209 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.18 |
| HSL | 294.89º | 0.73% | 0.47% | - |
| HSV(B) | 294.89º | 0.84% | 0.82% | - |
| XYZ | 34.3 | 17.16 | 61.83 | - |
| YUV | 101.2 | 188.84 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 209 | 0.07 | 0.84 | 0 | 0.18 | 294.89 | 0.73 | 0.47 |
| Hex | C2 | 21 | D1 | 7 | 54 | 0 | 12 | 127 | 49 | 2F |
| Octal | 302 | 41 | 321 | 7 | 124 | 0 | 22 | 447 | 111 | 57 |
| Binary | 11000010 | 100001 | 11010001 | 111 | 1010100 | 0 | 10010 | 100100111 | 1001001 | 101111 |
Color Harmonies of #C221D1
Complementary color
Monochromatic Colors of #C221D1
Black with #C221D1
Text Example
Text Example
White with #C221D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C221D1; }
p { color: rgb(194,33,209); }
H1.HeaderClassName
{
color: #C221D1;
}
.AnyTagClassName
{
color: #C221D1;
}
</style>
background-color css
<style>
a { background-color: #C221D1; }
a { background-color: rgb(194,33,209); }
div.DivClassName
{
background-color: #C221D1;
}
.BgClassName
{
background-color: #C221D1;
}
</style>
border-color css
<style>
span { border-color: #C221D1; }
span { border-color: rgb(194,33,209); }
td.TdClassName
{
border-color: #C221D1;
}
.TagClassName
{
border-color: #C221D1;
}
</style>