Shades of Deep Magenta #C021BF
Tints of Deep Magenta #C021BF
RGB
CMYK
RGB Variations
Color information
#C021BF (or 0xC021BF) is known color: Deep Magenta. HEX triplet: C0, 21 and BF. RGB value is (192,33,191). Sum of RGB (Red+Green+Blue) = 192+33+191=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C021BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C021BF is #3FDE40. Grayscale: #626262. Windows color (decimal): -4185665 or 12526016. OLE color: 12526016.
HSL color Cylindrical-coordinate representation of color #C021BF: hue angle of 300.38º 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 #C021BF is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 191 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.25 |
| HSL | 300.38º | 0.71% | 0.44% | - |
| HSV(B) | 300.38º | 0.83% | 0.75% | - |
| XYZ | 31.69 | 16.06 | 50.72 | - |
| YUV | 98.55 | 180.18 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 191 | 0 | 0.83 | 0.01 | 0.25 | 300.38 | 0.71 | 0.44 |
| Hex | C0 | 21 | BF | 0 | 53 | 1 | 19 | 12C | 47 | 2C |
| Octal | 300 | 41 | 277 | 0 | 123 | 1 | 31 | 454 | 107 | 54 |
| Binary | 11000000 | 100001 | 10111111 | 0 | 1010011 | 1 | 11001 | 100101100 | 1000111 | 101100 |
Color Harmonies of #C021BF
Complementary color
Monochromatic Colors of #C021BF
Black with #C021BF
Text Example
Text Example
White with #C021BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021BF; }
p { color: rgb(192,33,191); }
H1.HeaderClassName
{
color: #C021BF;
}
.AnyTagClassName
{
color: #C021BF;
}
</style>
background-color css
<style>
a { background-color: #C021BF; }
a { background-color: rgb(192,33,191); }
div.DivClassName
{
background-color: #C021BF;
}
.BgClassName
{
background-color: #C021BF;
}
</style>
border-color css
<style>
span { border-color: #C021BF; }
span { border-color: rgb(192,33,191); }
td.TdClassName
{
border-color: #C021BF;
}
.TagClassName
{
border-color: #C021BF;
}
</style>