Shades of Medium Red Violet #C02593
Tints of Medium Red Violet #C02593
RGB
CMYK
RGB Variations
Color information
#C02593 (or 0xC02593) is known color: Medium Red Violet. HEX triplet: C0, 25 and 93. RGB value is (192,37,147). Sum of RGB (Red+Green+Blue) = 192+37+147=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C02593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02593 is #3FDA6C. Grayscale: #5F5F5F. Windows color (decimal): -4184685 or 9643456. OLE color: 9643456.
HSL color Cylindrical-coordinate representation of color #C02593: hue angle of 317.42º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02593 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 147 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.25 |
| HSL | 317.42º | 0.68% | 0.45% | - |
| HSV(B) | 317.42º | 0.81% | 0.75% | - |
| XYZ | 27.67 | 14.64 | 28.97 | - |
| YUV | 95.89 | 156.85 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 147 | 0 | 0.81 | 0.23 | 0.25 | 317.42 | 0.68 | 0.45 |
| Hex | C0 | 25 | 93 | 0 | 51 | 17 | 19 | 13D | 44 | 2D |
| Octal | 300 | 45 | 223 | 0 | 121 | 27 | 31 | 475 | 104 | 55 |
| Binary | 11000000 | 100101 | 10010011 | 0 | 1010001 | 10111 | 11001 | 100111101 | 1000100 | 101101 |
Color Harmonies of #C02593
Complementary color
Monochromatic Colors of #C02593
Black with #C02593
Text Example
Text Example
White with #C02593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02593; }
p { color: rgb(192,37,147); }
H1.HeaderClassName
{
color: #C02593;
}
.AnyTagClassName
{
color: #C02593;
}
</style>
background-color css
<style>
a { background-color: #C02593; }
a { background-color: rgb(192,37,147); }
div.DivClassName
{
background-color: #C02593;
}
.BgClassName
{
background-color: #C02593;
}
</style>
border-color css
<style>
span { border-color: #C02593; }
span { border-color: rgb(192,37,147); }
td.TdClassName
{
border-color: #C02593;
}
.TagClassName
{
border-color: #C02593;
}
</style>