Shades of Medium Violet Red #C02093
Tints of Medium Violet Red #C02093
RGB
CMYK
RGB Variations
Color information
#C02093 (or 0xC02093) is known color: Medium Violet Red. HEX triplet: C0, 20 and 93. RGB value is (192,32,147). Sum of RGB (Red+Green+Blue) = 192+32+147=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C02093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02093 is #3FDF6C. Grayscale: #5C5C5C. Windows color (decimal): -4185965 or 9642176. OLE color: 9642176.
HSL color Cylindrical-coordinate representation of color #C02093: hue angle of 316.88º 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 #C02093 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 147 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.25 |
| HSL | 316.88º | 0.71% | 0.44% | - |
| HSV(B) | 316.88º | 0.83% | 0.75% | - |
| XYZ | 27.52 | 14.35 | 28.92 | - |
| YUV | 92.95 | 158.51 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 147 | 0 | 0.83 | 0.23 | 0.25 | 316.88 | 0.71 | 0.44 |
| Hex | C0 | 20 | 93 | 0 | 53 | 17 | 19 | 13D | 47 | 2C |
| Octal | 300 | 40 | 223 | 0 | 123 | 27 | 31 | 475 | 107 | 54 |
| Binary | 11000000 | 100000 | 10010011 | 0 | 1010011 | 10111 | 11001 | 100111101 | 1000111 | 101100 |
Color Harmonies of #C02093
Complementary color
Monochromatic Colors of #C02093
Black with #C02093
Text Example
Text Example
White with #C02093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02093; }
p { color: rgb(192,32,147); }
H1.HeaderClassName
{
color: #C02093;
}
.AnyTagClassName
{
color: #C02093;
}
</style>
background-color css
<style>
a { background-color: #C02093; }
a { background-color: rgb(192,32,147); }
div.DivClassName
{
background-color: #C02093;
}
.BgClassName
{
background-color: #C02093;
}
</style>
border-color css
<style>
span { border-color: #C02093; }
span { border-color: rgb(192,32,147); }
td.TdClassName
{
border-color: #C02093;
}
.TagClassName
{
border-color: #C02093;
}
</style>