Shades of Deep Magenta #C222BF
Tints of Deep Magenta #C222BF
RGB
CMYK
RGB Variations
Color information
#C222BF (or 0xC222BF) is known color: Deep Magenta. HEX triplet: C2, 22 and BF. RGB value is (194,34,191). Sum of RGB (Red+Green+Blue) = 194+34+191=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C222BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C222BF is #3DDD40. Grayscale: #636363. Windows color (decimal): -4054337 or 12526274. OLE color: 12526274.
HSL color Cylindrical-coordinate representation of color #C222BF: hue angle of 301.12º 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 #C222BF is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 191 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.24 |
| HSL | 301.13º | 0.7% | 0.45% | - |
| HSV(B) | 301.13º | 0.82% | 0.76% | - |
| XYZ | 32.22 | 16.37 | 50.75 | - |
| YUV | 99.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 191 | 0 | 0.82 | 0.02 | 0.24 | 301.13 | 0.7 | 0.45 |
| Hex | C2 | 22 | BF | 0 | 52 | 2 | 18 | 12D | 46 | 2D |
| Octal | 302 | 42 | 277 | 0 | 122 | 2 | 30 | 455 | 106 | 55 |
| Binary | 11000010 | 100010 | 10111111 | 0 | 1010010 | 10 | 11000 | 100101101 | 1000110 | 101101 |
Color Harmonies of #C222BF
Complementary color
Monochromatic Colors of #C222BF
Black with #C222BF
Text Example
Text Example
White with #C222BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222BF; }
p { color: rgb(194,34,191); }
H1.HeaderClassName
{
color: #C222BF;
}
.AnyTagClassName
{
color: #C222BF;
}
</style>
background-color css
<style>
a { background-color: #C222BF; }
a { background-color: rgb(194,34,191); }
div.DivClassName
{
background-color: #C222BF;
}
.BgClassName
{
background-color: #C222BF;
}
</style>
border-color css
<style>
span { border-color: #C222BF; }
span { border-color: rgb(194,34,191); }
td.TdClassName
{
border-color: #C222BF;
}
.TagClassName
{
border-color: #C222BF;
}
</style>