Shades of Medium Violet Red #C0226E
Tints of Medium Violet Red #C0226E
RGB
CMYK
RGB Variations
Color information
#C0226E (or 0xC0226E) is known color: Medium Violet Red. HEX triplet: C0, 22 and 6E. RGB value is (192,34,110). Sum of RGB (Red+Green+Blue) = 192+34+110=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0226E is #3FDD91. Grayscale: #595959. Windows color (decimal): -4185490 or 7217856. OLE color: 7217856.
HSL color Cylindrical-coordinate representation of color #C0226E: hue angle of 331.14º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0226E is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 110 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.25 |
| HSL | 331.14º | 0.7% | 0.44% | - |
| HSV(B) | 331.14º | 0.82% | 0.75% | - |
| XYZ | 25.12 | 13.48 | 16.03 | - |
| YUV | 89.91 | 139.35 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 110 | 0 | 0.82 | 0.43 | 0.25 | 331.14 | 0.7 | 0.44 |
| Hex | C0 | 22 | 6E | 0 | 52 | 2B | 19 | 14B | 46 | 2C |
| Octal | 300 | 42 | 156 | 0 | 122 | 53 | 31 | 513 | 106 | 54 |
| Binary | 11000000 | 100010 | 1101110 | 0 | 1010010 | 101011 | 11001 | 101001011 | 1000110 | 101100 |
Color Harmonies of #C0226E
Complementary color
Monochromatic Colors of #C0226E
Black with #C0226E
Text Example
Text Example
White with #C0226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0226E; }
p { color: rgb(192,34,110); }
H1.HeaderClassName
{
color: #C0226E;
}
.AnyTagClassName
{
color: #C0226E;
}
</style>
background-color css
<style>
a { background-color: #C0226E; }
a { background-color: rgb(192,34,110); }
div.DivClassName
{
background-color: #C0226E;
}
.BgClassName
{
background-color: #C0226E;
}
</style>
border-color css
<style>
span { border-color: #C0226E; }
span { border-color: rgb(192,34,110); }
td.TdClassName
{
border-color: #C0226E;
}
.TagClassName
{
border-color: #C0226E;
}
</style>