Shades of Deep Magenta #C226B6
Tints of Deep Magenta #C226B6
RGB
CMYK
RGB Variations
Color information
#C226B6 (or 0xC226B6) is known color: Deep Magenta. HEX triplet: C2, 26 and B6. RGB value is (194,38,182). Sum of RGB (Red+Green+Blue) = 194+38+182=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C226B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226B6 is #3DD949. Grayscale: #646464. Windows color (decimal): -4053322 or 11937474. OLE color: 11937474.
HSL color Cylindrical-coordinate representation of color #C226B6: hue angle of 304.62º 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 #C226B6 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 182 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.24 |
| HSL | 304.62º | 0.67% | 0.45% | - |
| HSV(B) | 304.62º | 0.8% | 0.76% | - |
| XYZ | 31.38 | 16.23 | 45.74 | - |
| YUV | 101.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 182 | 0 | 0.80 | 0.06 | 0.24 | 304.62 | 0.67 | 0.45 |
| Hex | C2 | 26 | B6 | 0 | 50 | 6 | 18 | 131 | 43 | 2D |
| Octal | 302 | 46 | 266 | 0 | 120 | 6 | 30 | 461 | 103 | 55 |
| Binary | 11000010 | 100110 | 10110110 | 0 | 1010000 | 110 | 11000 | 100110001 | 1000011 | 101101 |
Color Harmonies of #C226B6
Complementary color
Monochromatic Colors of #C226B6
Black with #C226B6
Text Example
Text Example
White with #C226B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226B6; }
p { color: rgb(194,38,182); }
H1.HeaderClassName
{
color: #C226B6;
}
.AnyTagClassName
{
color: #C226B6;
}
</style>
background-color css
<style>
a { background-color: #C226B6; }
a { background-color: rgb(194,38,182); }
div.DivClassName
{
background-color: #C226B6;
}
.BgClassName
{
background-color: #C226B6;
}
</style>
border-color css
<style>
span { border-color: #C226B6; }
span { border-color: rgb(194,38,182); }
td.TdClassName
{
border-color: #C226B6;
}
.TagClassName
{
border-color: #C226B6;
}
</style>