Shades of Deep Magenta #C222BE
Tints of Deep Magenta #C222BE
RGB
CMYK
RGB Variations
Color information
#C222BE (or 0xC222BE) is known color: Deep Magenta. HEX triplet: C2, 22 and BE. RGB value is (194,34,190). Sum of RGB (Red+Green+Blue) = 194+34+190=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C222BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C222BE is #3DDD41. Grayscale: #636363. Windows color (decimal): -4054338 or 12460738. OLE color: 12460738.
HSL color Cylindrical-coordinate representation of color #C222BE: hue angle of 301.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C222BE is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 190 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.24 |
| HSL | 301.5º | 0.7% | 0.45% | - |
| HSV(B) | 301.5º | 0.82% | 0.76% | - |
| XYZ | 32.11 | 16.33 | 50.17 | - |
| YUV | 99.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 190 | 0 | 0.82 | 0.02 | 0.24 | 301.5 | 0.7 | 0.45 |
| Hex | C2 | 22 | BE | 0 | 52 | 2 | 18 | 12E | 46 | 2D |
| Octal | 302 | 42 | 276 | 0 | 122 | 2 | 30 | 456 | 106 | 55 |
| Binary | 11000010 | 100010 | 10111110 | 0 | 1010010 | 10 | 11000 | 100101110 | 1000110 | 101101 |
Color Harmonies of #C222BE
Complementary color
Monochromatic Colors of #C222BE
Black with #C222BE
Text Example
Text Example
White with #C222BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222BE; }
p { color: rgb(194,34,190); }
H1.HeaderClassName
{
color: #C222BE;
}
.AnyTagClassName
{
color: #C222BE;
}
</style>
background-color css
<style>
a { background-color: #C222BE; }
a { background-color: rgb(194,34,190); }
div.DivClassName
{
background-color: #C222BE;
}
.BgClassName
{
background-color: #C222BE;
}
</style>
border-color css
<style>
span { border-color: #C222BE; }
span { border-color: rgb(194,34,190); }
td.TdClassName
{
border-color: #C222BE;
}
.TagClassName
{
border-color: #C222BE;
}
</style>