Shades of Deep Magenta #C022BC
Tints of Deep Magenta #C022BC
RGB
CMYK
RGB Variations
Color information
#C022BC (or 0xC022BC) is known color: Deep Magenta. HEX triplet: C0, 22 and BC. RGB value is (192,34,188). Sum of RGB (Red+Green+Blue) = 192+34+188=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C022BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C022BC is #3FDD43. Grayscale: #626262. Windows color (decimal): -4185412 or 12329664. OLE color: 12329664.
HSL color Cylindrical-coordinate representation of color #C022BC: hue angle of 301.52º 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 #C022BC is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 188 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.25 |
| HSL | 301.52º | 0.7% | 0.44% | - |
| HSV(B) | 301.52º | 0.82% | 0.75% | - |
| XYZ | 31.39 | 15.98 | 49.01 | - |
| YUV | 98.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 188 | 0 | 0.82 | 0.02 | 0.25 | 301.52 | 0.7 | 0.44 |
| Hex | C0 | 22 | BC | 0 | 52 | 2 | 19 | 12E | 46 | 2C |
| Octal | 300 | 42 | 274 | 0 | 122 | 2 | 31 | 456 | 106 | 54 |
| Binary | 11000000 | 100010 | 10111100 | 0 | 1010010 | 10 | 11001 | 100101110 | 1000110 | 101100 |
Color Harmonies of #C022BC
Complementary color
Monochromatic Colors of #C022BC
Black with #C022BC
Text Example
Text Example
White with #C022BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022BC; }
p { color: rgb(192,34,188); }
H1.HeaderClassName
{
color: #C022BC;
}
.AnyTagClassName
{
color: #C022BC;
}
</style>
background-color css
<style>
a { background-color: #C022BC; }
a { background-color: rgb(192,34,188); }
div.DivClassName
{
background-color: #C022BC;
}
.BgClassName
{
background-color: #C022BC;
}
</style>
border-color css
<style>
span { border-color: #C022BC; }
span { border-color: rgb(192,34,188); }
td.TdClassName
{
border-color: #C022BC;
}
.TagClassName
{
border-color: #C022BC;
}
</style>