Shades of Medium Violet Red #C02195
Tints of Medium Violet Red #C02195
RGB
CMYK
RGB Variations
Color information
#C02195 (or 0xC02195) is known color: Medium Violet Red. HEX triplet: C0, 21 and 95. RGB value is (192,33,149). Sum of RGB (Red+Green+Blue) = 192+33+149=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C02195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02195 is #3FDE6A. Grayscale: #5D5D5D. Windows color (decimal): -4185707 or 9773504. OLE color: 9773504.
HSL color Cylindrical-coordinate representation of color #C02195: hue angle of 316.23º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02195 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 149 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.25 |
| HSL | 316.23º | 0.71% | 0.44% | - |
| HSV(B) | 316.23º | 0.83% | 0.75% | - |
| XYZ | 27.71 | 14.46 | 29.77 | - |
| YUV | 93.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 149 | 0 | 0.83 | 0.22 | 0.25 | 316.23 | 0.71 | 0.44 |
| Hex | C0 | 21 | 95 | 0 | 53 | 16 | 19 | 13C | 47 | 2C |
| Octal | 300 | 41 | 225 | 0 | 123 | 26 | 31 | 474 | 107 | 54 |
| Binary | 11000000 | 100001 | 10010101 | 0 | 1010011 | 10110 | 11001 | 100111100 | 1000111 | 101100 |
Color Harmonies of #C02195
Complementary color
Monochromatic Colors of #C02195
Black with #C02195
Text Example
Text Example
White with #C02195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02195; }
p { color: rgb(192,33,149); }
H1.HeaderClassName
{
color: #C02195;
}
.AnyTagClassName
{
color: #C02195;
}
</style>
background-color css
<style>
a { background-color: #C02195; }
a { background-color: rgb(192,33,149); }
div.DivClassName
{
background-color: #C02195;
}
.BgClassName
{
background-color: #C02195;
}
</style>
border-color css
<style>
span { border-color: #C02195; }
span { border-color: rgb(192,33,149); }
td.TdClassName
{
border-color: #C02195;
}
.TagClassName
{
border-color: #C02195;
}
</style>