Shades of Deep Magenta #C021B2
Tints of Deep Magenta #C021B2
RGB
CMYK
RGB Variations
Color information
#C021B2 (or 0xC021B2) is known color: Deep Magenta. HEX triplet: C0, 21 and B2. RGB value is (192,33,178). Sum of RGB (Red+Green+Blue) = 192+33+178=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C021B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C021B2 is #3FDE4D. Grayscale: #606060. Windows color (decimal): -4185678 or 11674048. OLE color: 11674048.
HSL color Cylindrical-coordinate representation of color #C021B2: hue angle of 305.28º 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 #C021B2 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 178 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.25 |
| HSL | 305.28º | 0.71% | 0.44% | - |
| HSV(B) | 305.28º | 0.83% | 0.75% | - |
| XYZ | 30.32 | 15.51 | 43.52 | - |
| YUV | 97.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 178 | 0 | 0.83 | 0.07 | 0.25 | 305.28 | 0.71 | 0.44 |
| Hex | C0 | 21 | B2 | 0 | 53 | 7 | 19 | 131 | 47 | 2C |
| Octal | 300 | 41 | 262 | 0 | 123 | 7 | 31 | 461 | 107 | 54 |
| Binary | 11000000 | 100001 | 10110010 | 0 | 1010011 | 111 | 11001 | 100110001 | 1000111 | 101100 |
Color Harmonies of #C021B2
Complementary color
Monochromatic Colors of #C021B2
Black with #C021B2
Text Example
Text Example
White with #C021B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021B2; }
p { color: rgb(192,33,178); }
H1.HeaderClassName
{
color: #C021B2;
}
.AnyTagClassName
{
color: #C021B2;
}
</style>
background-color css
<style>
a { background-color: #C021B2; }
a { background-color: rgb(192,33,178); }
div.DivClassName
{
background-color: #C021B2;
}
.BgClassName
{
background-color: #C021B2;
}
</style>
border-color css
<style>
span { border-color: #C021B2; }
span { border-color: rgb(192,33,178); }
td.TdClassName
{
border-color: #C021B2;
}
.TagClassName
{
border-color: #C021B2;
}
</style>