Shades of Medium Red Violet #C03792
Tints of Medium Red Violet #C03792
RGB
CMYK
RGB Variations
Color information
#C03792 (or 0xC03792) is known color: Medium Red Violet. HEX triplet: C0, 37 and 92. RGB value is (192,55,146). Sum of RGB (Red+Green+Blue) = 192+55+146=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C03792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03792 is #3FC86D. Grayscale: #6A6A6A. Windows color (decimal): -4180078 or 9582528. OLE color: 9582528.
HSL color Cylindrical-coordinate representation of color #C03792: hue angle of 320.15º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03792 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 146 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.25 |
| HSL | 320.15º | 0.55% | 0.48% | - |
| HSV(B) | 320.15º | 0.71% | 0.75% | - |
| XYZ | 28.29 | 16.01 | 28.79 | - |
| YUV | 106.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 146 | 0 | 0.71 | 0.24 | 0.25 | 320.15 | 0.55 | 0.48 |
| Hex | C0 | 37 | 92 | 0 | 47 | 18 | 19 | 140 | 37 | 30 |
| Octal | 300 | 67 | 222 | 0 | 107 | 30 | 31 | 500 | 67 | 60 |
| Binary | 11000000 | 110111 | 10010010 | 0 | 1000111 | 11000 | 11001 | 101000000 | 110111 | 110000 |
Color Harmonies of #C03792
Complementary color
Monochromatic Colors of #C03792
Black with #C03792
Text Example
Text Example
White with #C03792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03792; }
p { color: rgb(192,55,146); }
H1.HeaderClassName
{
color: #C03792;
}
.AnyTagClassName
{
color: #C03792;
}
</style>
background-color css
<style>
a { background-color: #C03792; }
a { background-color: rgb(192,55,146); }
div.DivClassName
{
background-color: #C03792;
}
.BgClassName
{
background-color: #C03792;
}
</style>
border-color css
<style>
span { border-color: #C03792; }
span { border-color: rgb(192,55,146); }
td.TdClassName
{
border-color: #C03792;
}
.TagClassName
{
border-color: #C03792;
}
</style>