Shades of Deep Magenta #C022B8
Tints of Deep Magenta #C022B8
RGB
CMYK
RGB Variations
Color information
#C022B8 (or 0xC022B8) is known color: Deep Magenta. HEX triplet: C0, 22 and B8. RGB value is (192,34,184). Sum of RGB (Red+Green+Blue) = 192+34+184=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C022B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C022B8 is #3FDD47. Grayscale: #616161. Windows color (decimal): -4185416 or 12067520. OLE color: 12067520.
HSL color Cylindrical-coordinate representation of color #C022B8: hue angle of 303.04º 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 #C022B8 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 184 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.25 |
| HSL | 303.04º | 0.7% | 0.44% | - |
| HSV(B) | 303.04º | 0.82% | 0.75% | - |
| XYZ | 30.96 | 15.81 | 46.77 | - |
| YUV | 98.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 184 | 0 | 0.82 | 0.04 | 0.25 | 303.04 | 0.7 | 0.44 |
| Hex | C0 | 22 | B8 | 0 | 52 | 4 | 19 | 12F | 46 | 2C |
| Octal | 300 | 42 | 270 | 0 | 122 | 4 | 31 | 457 | 106 | 54 |
| Binary | 11000000 | 100010 | 10111000 | 0 | 1010010 | 100 | 11001 | 100101111 | 1000110 | 101100 |
Color Harmonies of #C022B8
Complementary color
Monochromatic Colors of #C022B8
Black with #C022B8
Text Example
Text Example
White with #C022B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022B8; }
p { color: rgb(192,34,184); }
H1.HeaderClassName
{
color: #C022B8;
}
.AnyTagClassName
{
color: #C022B8;
}
</style>
background-color css
<style>
a { background-color: #C022B8; }
a { background-color: rgb(192,34,184); }
div.DivClassName
{
background-color: #C022B8;
}
.BgClassName
{
background-color: #C022B8;
}
</style>
border-color css
<style>
span { border-color: #C022B8; }
span { border-color: rgb(192,34,184); }
td.TdClassName
{
border-color: #C022B8;
}
.TagClassName
{
border-color: #C022B8;
}
</style>