Shades of Deep Magenta #C222B5
Tints of Deep Magenta #C222B5
RGB
CMYK
RGB Variations
Color information
#C222B5 (or 0xC222B5) is known color: Deep Magenta. HEX triplet: C2, 22 and B5. RGB value is (194,34,181). Sum of RGB (Red+Green+Blue) = 194+34+181=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C222B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C222B5 is #3DDD4A. Grayscale: #626262. Windows color (decimal): -4054347 or 11870914. OLE color: 11870914.
HSL color Cylindrical-coordinate representation of color #C222B5: hue angle of 304.88º 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 #C222B5 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 181 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.24 |
| HSL | 304.88º | 0.7% | 0.45% | - |
| HSV(B) | 304.88º | 0.82% | 0.76% | - |
| XYZ | 31.16 | 15.95 | 45.15 | - |
| YUV | 98.6 | 174.51 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 181 | 0 | 0.82 | 0.07 | 0.24 | 304.88 | 0.7 | 0.45 |
| Hex | C2 | 22 | B5 | 0 | 52 | 7 | 18 | 131 | 46 | 2D |
| Octal | 302 | 42 | 265 | 0 | 122 | 7 | 30 | 461 | 106 | 55 |
| Binary | 11000010 | 100010 | 10110101 | 0 | 1010010 | 111 | 11000 | 100110001 | 1000110 | 101101 |
Color Harmonies of #C222B5
Complementary color
Monochromatic Colors of #C222B5
Black with #C222B5
Text Example
Text Example
White with #C222B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222B5; }
p { color: rgb(194,34,181); }
H1.HeaderClassName
{
color: #C222B5;
}
.AnyTagClassName
{
color: #C222B5;
}
</style>
background-color css
<style>
a { background-color: #C222B5; }
a { background-color: rgb(194,34,181); }
div.DivClassName
{
background-color: #C222B5;
}
.BgClassName
{
background-color: #C222B5;
}
</style>
border-color css
<style>
span { border-color: #C222B5; }
span { border-color: rgb(194,34,181); }
td.TdClassName
{
border-color: #C222B5;
}
.TagClassName
{
border-color: #C222B5;
}
</style>