Shades of Deep Magenta #C226BE
Tints of Deep Magenta #C226BE
RGB
CMYK
RGB Variations
Color information
#C226BE (or 0xC226BE) is known color: Deep Magenta. HEX triplet: C2, 26 and BE. RGB value is (194,38,190). Sum of RGB (Red+Green+Blue) = 194+38+190=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C226BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226BE is #3DD941. Grayscale: #656565. Windows color (decimal): -4053314 or 12461762. OLE color: 12461762.
HSL color Cylindrical-coordinate representation of color #C226BE: hue angle of 301.54º 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 #C226BE is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 190 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.24 |
| HSL | 301.54º | 0.67% | 0.45% | - |
| HSV(B) | 301.54º | 0.8% | 0.76% | - |
| XYZ | 32.24 | 16.57 | 50.22 | - |
| YUV | 101.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 190 | 0 | 0.80 | 0.02 | 0.24 | 301.54 | 0.67 | 0.45 |
| Hex | C2 | 26 | BE | 0 | 50 | 2 | 18 | 12E | 43 | 2D |
| Octal | 302 | 46 | 276 | 0 | 120 | 2 | 30 | 456 | 103 | 55 |
| Binary | 11000010 | 100110 | 10111110 | 0 | 1010000 | 10 | 11000 | 100101110 | 1000011 | 101101 |
Color Harmonies of #C226BE
Complementary color
Monochromatic Colors of #C226BE
Black with #C226BE
Text Example
Text Example
White with #C226BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226BE; }
p { color: rgb(194,38,190); }
H1.HeaderClassName
{
color: #C226BE;
}
.AnyTagClassName
{
color: #C226BE;
}
</style>
background-color css
<style>
a { background-color: #C226BE; }
a { background-color: rgb(194,38,190); }
div.DivClassName
{
background-color: #C226BE;
}
.BgClassName
{
background-color: #C226BE;
}
</style>
border-color css
<style>
span { border-color: #C226BE; }
span { border-color: rgb(194,38,190); }
td.TdClassName
{
border-color: #C226BE;
}
.TagClassName
{
border-color: #C226BE;
}
</style>