Shades of Deep Magenta #C221CA
Tints of Deep Magenta #C221CA
RGB
CMYK
RGB Variations
Color information
#C221CA (or 0xC221CA) is known color: Deep Magenta. HEX triplet: C2, 21 and CA. RGB value is (194,33,202). Sum of RGB (Red+Green+Blue) = 194+33+202=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #C221CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C221CA is #3DDE35. Grayscale: #636363. Windows color (decimal): -4054582 or 13246914. OLE color: 13246914.
HSL color Cylindrical-coordinate representation of color #C221CA: hue angle of 297.16º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C221CA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 33 | 202 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.21 |
| HSL | 297.16º | 0.72% | 0.46% | - |
| HSV(B) | 297.16º | 0.84% | 0.79% | - |
| XYZ | 33.45 | 16.82 | 57.36 | - |
| YUV | 100.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 202 | 0.04 | 0.84 | 0 | 0.21 | 297.16 | 0.72 | 0.46 |
| Hex | C2 | 21 | CA | 4 | 54 | 0 | 15 | 129 | 48 | 2E |
| Octal | 302 | 41 | 312 | 4 | 124 | 0 | 25 | 451 | 110 | 56 |
| Binary | 11000010 | 100001 | 11001010 | 100 | 1010100 | 0 | 10101 | 100101001 | 1001000 | 101110 |
Color Harmonies of #C221CA
Complementary color
Monochromatic Colors of #C221CA
Black with #C221CA
Text Example
Text Example
White with #C221CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C221CA; }
p { color: rgb(194,33,202); }
H1.HeaderClassName
{
color: #C221CA;
}
.AnyTagClassName
{
color: #C221CA;
}
</style>
background-color css
<style>
a { background-color: #C221CA; }
a { background-color: rgb(194,33,202); }
div.DivClassName
{
background-color: #C221CA;
}
.BgClassName
{
background-color: #C221CA;
}
</style>
border-color css
<style>
span { border-color: #C221CA; }
span { border-color: rgb(194,33,202); }
td.TdClassName
{
border-color: #C221CA;
}
.TagClassName
{
border-color: #C221CA;
}
</style>