Shades of Deep Magenta #C021B0
Tints of Deep Magenta #C021B0
RGB
CMYK
RGB Variations
Color information
#C021B0 (or 0xC021B0) is known color: Deep Magenta. HEX triplet: C0, 21 and B0. RGB value is (192,33,176). Sum of RGB (Red+Green+Blue) = 192+33+176=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C021B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C021B0 is #3FDE4F. Grayscale: #606060. Windows color (decimal): -4185680 or 11542976. OLE color: 11542976.
HSL color Cylindrical-coordinate representation of color #C021B0: hue angle of 306.04º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C021B0 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 176 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.25 |
| HSL | 306.04º | 0.71% | 0.44% | - |
| HSV(B) | 306.04º | 0.83% | 0.75% | - |
| XYZ | 30.12 | 15.43 | 42.46 | - |
| YUV | 96.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 176 | 0 | 0.83 | 0.08 | 0.25 | 306.04 | 0.71 | 0.44 |
| Hex | C0 | 21 | B0 | 0 | 53 | 8 | 19 | 132 | 47 | 2C |
| Octal | 300 | 41 | 260 | 0 | 123 | 10 | 31 | 462 | 107 | 54 |
| Binary | 11000000 | 100001 | 10110000 | 0 | 1010011 | 1000 | 11001 | 100110010 | 1000111 | 101100 |
Color Harmonies of #C021B0
Complementary color
Monochromatic Colors of #C021B0
Black with #C021B0
Text Example
Text Example
White with #C021B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021B0; }
p { color: rgb(192,33,176); }
H1.HeaderClassName
{
color: #C021B0;
}
.AnyTagClassName
{
color: #C021B0;
}
</style>
background-color css
<style>
a { background-color: #C021B0; }
a { background-color: rgb(192,33,176); }
div.DivClassName
{
background-color: #C021B0;
}
.BgClassName
{
background-color: #C021B0;
}
</style>
border-color css
<style>
span { border-color: #C021B0; }
span { border-color: rgb(192,33,176); }
td.TdClassName
{
border-color: #C021B0;
}
.TagClassName
{
border-color: #C021B0;
}
</style>