Shades of Deep Magenta #C226BA
Tints of Deep Magenta #C226BA
RGB
CMYK
RGB Variations
Color information
#C226BA (or 0xC226BA) is known color: Deep Magenta. HEX triplet: C2, 26 and BA. RGB value is (194,38,186). Sum of RGB (Red+Green+Blue) = 194+38+186=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C226BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226BA is #3DD945. Grayscale: #656565. Windows color (decimal): -4053318 or 12199618. OLE color: 12199618.
HSL color Cylindrical-coordinate representation of color #C226BA: hue angle of 303.08º 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 #C226BA is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 186 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.24 |
| HSL | 303.08º | 0.67% | 0.45% | - |
| HSV(B) | 303.08º | 0.8% | 0.76% | - |
| XYZ | 31.8 | 16.4 | 47.94 | - |
| YUV | 101.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 186 | 0 | 0.80 | 0.04 | 0.24 | 303.08 | 0.67 | 0.45 |
| Hex | C2 | 26 | BA | 0 | 50 | 4 | 18 | 12F | 43 | 2D |
| Octal | 302 | 46 | 272 | 0 | 120 | 4 | 30 | 457 | 103 | 55 |
| Binary | 11000010 | 100110 | 10111010 | 0 | 1010000 | 100 | 11000 | 100101111 | 1000011 | 101101 |
Color Harmonies of #C226BA
Complementary color
Monochromatic Colors of #C226BA
Black with #C226BA
Text Example
Text Example
White with #C226BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226BA; }
p { color: rgb(194,38,186); }
H1.HeaderClassName
{
color: #C226BA;
}
.AnyTagClassName
{
color: #C226BA;
}
</style>
background-color css
<style>
a { background-color: #C226BA; }
a { background-color: rgb(194,38,186); }
div.DivClassName
{
background-color: #C226BA;
}
.BgClassName
{
background-color: #C226BA;
}
</style>
border-color css
<style>
span { border-color: #C226BA; }
span { border-color: rgb(194,38,186); }
td.TdClassName
{
border-color: #C226BA;
}
.TagClassName
{
border-color: #C226BA;
}
</style>