Shades of Medium Red Violet #C03592
Tints of Medium Red Violet #C03592
RGB
CMYK
RGB Variations
Color information
#C03592 (or 0xC03592) is known color: Medium Red Violet. HEX triplet: C0, 35 and 92. RGB value is (192,53,146). Sum of RGB (Red+Green+Blue) = 192+53+146=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C03592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03592 is #3FCA6D. Grayscale: #686868. Windows color (decimal): -4180590 or 9582016. OLE color: 9582016.
HSL color Cylindrical-coordinate representation of color #C03592: hue angle of 319.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03592 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 146 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.25 |
| HSL | 319.86º | 0.57% | 0.48% | - |
| HSV(B) | 319.86º | 0.72% | 0.75% | - |
| XYZ | 28.2 | 15.83 | 28.76 | - |
| YUV | 105.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 146 | 0 | 0.72 | 0.24 | 0.25 | 319.86 | 0.57 | 0.48 |
| Hex | C0 | 35 | 92 | 0 | 48 | 18 | 19 | 140 | 39 | 30 |
| Octal | 300 | 65 | 222 | 0 | 110 | 30 | 31 | 500 | 71 | 60 |
| Binary | 11000000 | 110101 | 10010010 | 0 | 1001000 | 11000 | 11001 | 101000000 | 111001 | 110000 |
Color Harmonies of #C03592
Complementary color
Monochromatic Colors of #C03592
Black with #C03592
Text Example
Text Example
White with #C03592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03592; }
p { color: rgb(192,53,146); }
H1.HeaderClassName
{
color: #C03592;
}
.AnyTagClassName
{
color: #C03592;
}
</style>
background-color css
<style>
a { background-color: #C03592; }
a { background-color: rgb(192,53,146); }
div.DivClassName
{
background-color: #C03592;
}
.BgClassName
{
background-color: #C03592;
}
</style>
border-color css
<style>
span { border-color: #C03592; }
span { border-color: rgb(192,53,146); }
td.TdClassName
{
border-color: #C03592;
}
.TagClassName
{
border-color: #C03592;
}
</style>