Shades of Deep Magenta #C021C5
Tints of Deep Magenta #C021C5
RGB
CMYK
RGB Variations
Color information
#C021C5 (or 0xC021C5) is known color: Deep Magenta. HEX triplet: C0, 21 and C5. RGB value is (192,33,197). Sum of RGB (Red+Green+Blue) = 192+33+197=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #C021C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C021C5 is #3FDE3A. Grayscale: #626262. Windows color (decimal): -4185659 or 12919232. OLE color: 12919232.
HSL color Cylindrical-coordinate representation of color #C021C5: hue angle of 298.17º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C021C5 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 33 | 197 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.23 |
| HSL | 298.17º | 0.71% | 0.45% | - |
| HSV(B) | 298.17º | 0.83% | 0.77% | - |
| XYZ | 32.36 | 16.33 | 54.27 | - |
| YUV | 99.24 | 183.18 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 197 | 0.03 | 0.83 | 0 | 0.23 | 298.17 | 0.71 | 0.45 |
| Hex | C0 | 21 | C5 | 3 | 53 | 0 | 17 | 12A | 47 | 2D |
| Octal | 300 | 41 | 305 | 3 | 123 | 0 | 27 | 452 | 107 | 55 |
| Binary | 11000000 | 100001 | 11000101 | 11 | 1010011 | 0 | 10111 | 100101010 | 1000111 | 101101 |
Color Harmonies of #C021C5
Complementary color
Monochromatic Colors of #C021C5
Black with #C021C5
Text Example
Text Example
White with #C021C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021C5; }
p { color: rgb(192,33,197); }
H1.HeaderClassName
{
color: #C021C5;
}
.AnyTagClassName
{
color: #C021C5;
}
</style>
background-color css
<style>
a { background-color: #C021C5; }
a { background-color: rgb(192,33,197); }
div.DivClassName
{
background-color: #C021C5;
}
.BgClassName
{
background-color: #C021C5;
}
</style>
border-color css
<style>
span { border-color: #C021C5; }
span { border-color: rgb(192,33,197); }
td.TdClassName
{
border-color: #C021C5;
}
.TagClassName
{
border-color: #C021C5;
}
</style>