Shades of Deep Magenta #C022BA
Tints of Deep Magenta #C022BA
RGB
CMYK
RGB Variations
Color information
#C022BA (or 0xC022BA) is known color: Deep Magenta. HEX triplet: C0, 22 and BA. RGB value is (192,34,186). Sum of RGB (Red+Green+Blue) = 192+34+186=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C022BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C022BA is #3FDD45. Grayscale: #626262. Windows color (decimal): -4185414 or 12198592. OLE color: 12198592.
HSL color Cylindrical-coordinate representation of color #C022BA: hue angle of 302.28º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C022BA is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 186 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.25 |
| HSL | 302.28º | 0.7% | 0.44% | - |
| HSV(B) | 302.28º | 0.82% | 0.75% | - |
| XYZ | 31.17 | 15.9 | 47.88 | - |
| YUV | 98.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 186 | 0 | 0.82 | 0.03 | 0.25 | 302.28 | 0.7 | 0.44 |
| Hex | C0 | 22 | BA | 0 | 52 | 3 | 19 | 12E | 46 | 2C |
| Octal | 300 | 42 | 272 | 0 | 122 | 3 | 31 | 456 | 106 | 54 |
| Binary | 11000000 | 100010 | 10111010 | 0 | 1010010 | 11 | 11001 | 100101110 | 1000110 | 101100 |
Color Harmonies of #C022BA
Complementary color
Monochromatic Colors of #C022BA
Black with #C022BA
Text Example
Text Example
White with #C022BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022BA; }
p { color: rgb(192,34,186); }
H1.HeaderClassName
{
color: #C022BA;
}
.AnyTagClassName
{
color: #C022BA;
}
</style>
background-color css
<style>
a { background-color: #C022BA; }
a { background-color: rgb(192,34,186); }
div.DivClassName
{
background-color: #C022BA;
}
.BgClassName
{
background-color: #C022BA;
}
</style>
border-color css
<style>
span { border-color: #C022BA; }
span { border-color: rgb(192,34,186); }
td.TdClassName
{
border-color: #C022BA;
}
.TagClassName
{
border-color: #C022BA;
}
</style>