Shades of Deep Magenta #C226BD
Tints of Deep Magenta #C226BD
RGB
CMYK
RGB Variations
Color information
#C226BD (or 0xC226BD) is known color: Deep Magenta. HEX triplet: C2, 26 and BD. RGB value is (194,38,189). Sum of RGB (Red+Green+Blue) = 194+38+189=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C226BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226BD is #3DD942. Grayscale: #656565. Windows color (decimal): -4053315 or 12396226. OLE color: 12396226.
HSL color Cylindrical-coordinate representation of color #C226BD: hue angle of 301.92º 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 #C226BD is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 189 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.24 |
| HSL | 301.92º | 0.67% | 0.45% | - |
| HSV(B) | 301.92º | 0.8% | 0.76% | - |
| XYZ | 32.13 | 16.53 | 49.64 | - |
| YUV | 101.86 | 177.18 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 189 | 0 | 0.80 | 0.03 | 0.24 | 301.92 | 0.67 | 0.45 |
| Hex | C2 | 26 | BD | 0 | 50 | 3 | 18 | 12E | 43 | 2D |
| Octal | 302 | 46 | 275 | 0 | 120 | 3 | 30 | 456 | 103 | 55 |
| Binary | 11000010 | 100110 | 10111101 | 0 | 1010000 | 11 | 11000 | 100101110 | 1000011 | 101101 |
Color Harmonies of #C226BD
Complementary color
Monochromatic Colors of #C226BD
Black with #C226BD
Text Example
Text Example
White with #C226BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226BD; }
p { color: rgb(194,38,189); }
H1.HeaderClassName
{
color: #C226BD;
}
.AnyTagClassName
{
color: #C226BD;
}
</style>
background-color css
<style>
a { background-color: #C226BD; }
a { background-color: rgb(194,38,189); }
div.DivClassName
{
background-color: #C226BD;
}
.BgClassName
{
background-color: #C226BD;
}
</style>
border-color css
<style>
span { border-color: #C226BD; }
span { border-color: rgb(194,38,189); }
td.TdClassName
{
border-color: #C226BD;
}
.TagClassName
{
border-color: #C226BD;
}
</style>