Shades of Medium Violet Red #C0226D
Tints of Medium Violet Red #C0226D
RGB
CMYK
RGB Variations
Color information
#C0226D (or 0xC0226D) is known color: Medium Violet Red. HEX triplet: C0, 22 and 6D. RGB value is (192,34,109). Sum of RGB (Red+Green+Blue) = 192+34+109=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0226D is #3FDD92. Grayscale: #595959. Windows color (decimal): -4185491 or 7152320. OLE color: 7152320.
HSL color Cylindrical-coordinate representation of color #C0226D: hue angle of 331.52º 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 #C0226D is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 109 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.25 |
| HSL | 331.52º | 0.7% | 0.44% | - |
| HSV(B) | 331.52º | 0.82% | 0.75% | - |
| XYZ | 25.07 | 13.45 | 15.74 | - |
| YUV | 89.79 | 138.85 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 109 | 0 | 0.82 | 0.43 | 0.25 | 331.52 | 0.7 | 0.44 |
| Hex | C0 | 22 | 6D | 0 | 52 | 2B | 19 | 14C | 46 | 2C |
| Octal | 300 | 42 | 155 | 0 | 122 | 53 | 31 | 514 | 106 | 54 |
| Binary | 11000000 | 100010 | 1101101 | 0 | 1010010 | 101011 | 11001 | 101001100 | 1000110 | 101100 |
Color Harmonies of #C0226D
Complementary color
Monochromatic Colors of #C0226D
Black with #C0226D
Text Example
Text Example
White with #C0226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0226D; }
p { color: rgb(192,34,109); }
H1.HeaderClassName
{
color: #C0226D;
}
.AnyTagClassName
{
color: #C0226D;
}
</style>
background-color css
<style>
a { background-color: #C0226D; }
a { background-color: rgb(192,34,109); }
div.DivClassName
{
background-color: #C0226D;
}
.BgClassName
{
background-color: #C0226D;
}
</style>
border-color css
<style>
span { border-color: #C0226D; }
span { border-color: rgb(192,34,109); }
td.TdClassName
{
border-color: #C0226D;
}
.TagClassName
{
border-color: #C0226D;
}
</style>