Shades of Medium Violet Red #C02293
Tints of Medium Violet Red #C02293
RGB
CMYK
RGB Variations
Color information
#C02293 (or 0xC02293) is known color: Medium Violet Red. HEX triplet: C0, 22 and 93. RGB value is (192,34,147). Sum of RGB (Red+Green+Blue) = 192+34+147=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C02293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02293 is #3FDD6C. Grayscale: #5D5D5D. Windows color (decimal): -4185453 or 9642688. OLE color: 9642688.
HSL color Cylindrical-coordinate representation of color #C02293: hue angle of 317.09º 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 #C02293 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 147 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.25 |
| HSL | 317.09º | 0.7% | 0.44% | - |
| HSV(B) | 317.09º | 0.82% | 0.75% | - |
| XYZ | 27.58 | 14.46 | 28.94 | - |
| YUV | 94.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 147 | 0 | 0.82 | 0.23 | 0.25 | 317.09 | 0.7 | 0.44 |
| Hex | C0 | 22 | 93 | 0 | 52 | 17 | 19 | 13D | 46 | 2C |
| Octal | 300 | 42 | 223 | 0 | 122 | 27 | 31 | 475 | 106 | 54 |
| Binary | 11000000 | 100010 | 10010011 | 0 | 1010010 | 10111 | 11001 | 100111101 | 1000110 | 101100 |
Color Harmonies of #C02293
Complementary color
Monochromatic Colors of #C02293
Black with #C02293
Text Example
Text Example
White with #C02293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02293; }
p { color: rgb(192,34,147); }
H1.HeaderClassName
{
color: #C02293;
}
.AnyTagClassName
{
color: #C02293;
}
</style>
background-color css
<style>
a { background-color: #C02293; }
a { background-color: rgb(192,34,147); }
div.DivClassName
{
background-color: #C02293;
}
.BgClassName
{
background-color: #C02293;
}
</style>
border-color css
<style>
span { border-color: #C02293; }
span { border-color: rgb(192,34,147); }
td.TdClassName
{
border-color: #C02293;
}
.TagClassName
{
border-color: #C02293;
}
</style>