Shades of Deep Magenta #C226BF
Tints of Deep Magenta #C226BF
RGB
CMYK
RGB Variations
Color information
#C226BF (or 0xC226BF) is known color: Deep Magenta. HEX triplet: C2, 26 and BF. RGB value is (194,38,191). Sum of RGB (Red+Green+Blue) = 194+38+191=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C226BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226BF is #3DD940. Grayscale: #656565. Windows color (decimal): -4053313 or 12527298. OLE color: 12527298.
HSL color Cylindrical-coordinate representation of color #C226BF: hue angle of 301.15º 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 #C226BF is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 191 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.24 |
| HSL | 301.15º | 0.67% | 0.45% | - |
| HSV(B) | 301.15º | 0.8% | 0.76% | - |
| XYZ | 32.35 | 16.62 | 50.79 | - |
| YUV | 102.09 | 178.18 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 191 | 0 | 0.80 | 0.02 | 0.24 | 301.15 | 0.67 | 0.45 |
| Hex | C2 | 26 | BF | 0 | 50 | 2 | 18 | 12D | 43 | 2D |
| Octal | 302 | 46 | 277 | 0 | 120 | 2 | 30 | 455 | 103 | 55 |
| Binary | 11000010 | 100110 | 10111111 | 0 | 1010000 | 10 | 11000 | 100101101 | 1000011 | 101101 |
Color Harmonies of #C226BF
Complementary color
Monochromatic Colors of #C226BF
Black with #C226BF
Text Example
Text Example
White with #C226BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226BF; }
p { color: rgb(194,38,191); }
H1.HeaderClassName
{
color: #C226BF;
}
.AnyTagClassName
{
color: #C226BF;
}
</style>
background-color css
<style>
a { background-color: #C226BF; }
a { background-color: rgb(194,38,191); }
div.DivClassName
{
background-color: #C226BF;
}
.BgClassName
{
background-color: #C226BF;
}
</style>
border-color css
<style>
span { border-color: #C226BF; }
span { border-color: rgb(194,38,191); }
td.TdClassName
{
border-color: #C226BF;
}
.TagClassName
{
border-color: #C226BF;
}
</style>