Shades of Deep Magenta #C226C1
Tints of Deep Magenta #C226C1
RGB
CMYK
RGB Variations
Color information
#C226C1 (or 0xC226C1) is known color: Deep Magenta. HEX triplet: C2, 26 and C1. RGB value is (194,38,193). Sum of RGB (Red+Green+Blue) = 194+38+193=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C226C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226C1 is #3DD93E. Grayscale: #656565. Windows color (decimal): -4053311 or 12658370. OLE color: 12658370.
HSL color Cylindrical-coordinate representation of color #C226C1: hue angle of 300.38º 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 #C226C1 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 193 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.24 |
| HSL | 300.38º | 0.67% | 0.45% | - |
| HSV(B) | 300.38º | 0.8% | 0.76% | - |
| XYZ | 32.57 | 16.71 | 51.96 | - |
| YUV | 102.31 | 179.18 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 193 | 0 | 0.80 | 0.01 | 0.24 | 300.38 | 0.67 | 0.45 |
| Hex | C2 | 26 | C1 | 0 | 50 | 1 | 18 | 12C | 43 | 2D |
| Octal | 302 | 46 | 301 | 0 | 120 | 1 | 30 | 454 | 103 | 55 |
| Binary | 11000010 | 100110 | 11000001 | 0 | 1010000 | 1 | 11000 | 100101100 | 1000011 | 101101 |
Color Harmonies of #C226C1
Complementary color
Monochromatic Colors of #C226C1
Black with #C226C1
Text Example
Text Example
White with #C226C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226C1; }
p { color: rgb(194,38,193); }
H1.HeaderClassName
{
color: #C226C1;
}
.AnyTagClassName
{
color: #C226C1;
}
</style>
background-color css
<style>
a { background-color: #C226C1; }
a { background-color: rgb(194,38,193); }
div.DivClassName
{
background-color: #C226C1;
}
.BgClassName
{
background-color: #C226C1;
}
</style>
border-color css
<style>
span { border-color: #C226C1; }
span { border-color: rgb(194,38,193); }
td.TdClassName
{
border-color: #C226C1;
}
.TagClassName
{
border-color: #C226C1;
}
</style>