Shades of Medium Violet Red #C0226C
Tints of Medium Violet Red #C0226C
RGB
CMYK
RGB Variations
Color information
#C0226C (or 0xC0226C) is known color: Medium Violet Red. HEX triplet: C0, 22 and 6C. RGB value is (192,34,108). Sum of RGB (Red+Green+Blue) = 192+34+108=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0226C is #3FDD93. Grayscale: #595959. Windows color (decimal): -4185492 or 7086784. OLE color: 7086784.
HSL color Cylindrical-coordinate representation of color #C0226C: hue angle of 331.9º 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 #C0226C is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 108 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.25 |
| HSL | 331.9º | 0.7% | 0.44% | - |
| HSV(B) | 331.9º | 0.82% | 0.75% | - |
| XYZ | 25.02 | 13.43 | 15.46 | - |
| YUV | 89.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 108 | 0 | 0.82 | 0.44 | 0.25 | 331.9 | 0.7 | 0.44 |
| Hex | C0 | 22 | 6C | 0 | 52 | 2C | 19 | 14C | 46 | 2C |
| Octal | 300 | 42 | 154 | 0 | 122 | 54 | 31 | 514 | 106 | 54 |
| Binary | 11000000 | 100010 | 1101100 | 0 | 1010010 | 101100 | 11001 | 101001100 | 1000110 | 101100 |
Color Harmonies of #C0226C
Complementary color
Monochromatic Colors of #C0226C
Black with #C0226C
Text Example
Text Example
White with #C0226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0226C; }
p { color: rgb(192,34,108); }
H1.HeaderClassName
{
color: #C0226C;
}
.AnyTagClassName
{
color: #C0226C;
}
</style>
background-color css
<style>
a { background-color: #C0226C; }
a { background-color: rgb(192,34,108); }
div.DivClassName
{
background-color: #C0226C;
}
.BgClassName
{
background-color: #C0226C;
}
</style>
border-color css
<style>
span { border-color: #C0226C; }
span { border-color: rgb(192,34,108); }
td.TdClassName
{
border-color: #C0226C;
}
.TagClassName
{
border-color: #C0226C;
}
</style>