Shades of Deep Magenta #C226BB
Tints of Deep Magenta #C226BB
RGB
CMYK
RGB Variations
Color information
#C226BB (or 0xC226BB) is known color: Deep Magenta. HEX triplet: C2, 26 and BB. RGB value is (194,38,187). Sum of RGB (Red+Green+Blue) = 194+38+187=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C226BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226BB is #3DD944. Grayscale: #656565. Windows color (decimal): -4053317 or 12265154. OLE color: 12265154.
HSL color Cylindrical-coordinate representation of color #C226BB: hue angle of 302.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C226BB is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 187 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.24 |
| HSL | 302.69º | 0.67% | 0.45% | - |
| HSV(B) | 302.69º | 0.8% | 0.76% | - |
| XYZ | 31.91 | 16.44 | 48.51 | - |
| YUV | 101.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 187 | 0 | 0.80 | 0.04 | 0.24 | 302.69 | 0.67 | 0.45 |
| Hex | C2 | 26 | BB | 0 | 50 | 4 | 18 | 12F | 43 | 2D |
| Octal | 302 | 46 | 273 | 0 | 120 | 4 | 30 | 457 | 103 | 55 |
| Binary | 11000010 | 100110 | 10111011 | 0 | 1010000 | 100 | 11000 | 100101111 | 1000011 | 101101 |
Color Harmonies of #C226BB
Complementary color
Monochromatic Colors of #C226BB
Black with #C226BB
Text Example
Text Example
White with #C226BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226BB; }
p { color: rgb(194,38,187); }
H1.HeaderClassName
{
color: #C226BB;
}
.AnyTagClassName
{
color: #C226BB;
}
</style>
background-color css
<style>
a { background-color: #C226BB; }
a { background-color: rgb(194,38,187); }
div.DivClassName
{
background-color: #C226BB;
}
.BgClassName
{
background-color: #C226BB;
}
</style>
border-color css
<style>
span { border-color: #C226BB; }
span { border-color: rgb(194,38,187); }
td.TdClassName
{
border-color: #C226BB;
}
.TagClassName
{
border-color: #C226BB;
}
</style>