Shades of Medium Red Violet #C03992
Tints of Medium Red Violet #C03992
RGB
CMYK
RGB Variations
Color information
#C03992 (or 0xC03992) is known color: Medium Red Violet. HEX triplet: C0, 39 and 92. RGB value is (192,57,146). Sum of RGB (Red+Green+Blue) = 192+57+146=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C03992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03992 is #3FC66D. Grayscale: #6B6B6B. Windows color (decimal): -4179566 or 9583040. OLE color: 9583040.
HSL color Cylindrical-coordinate representation of color #C03992: hue angle of 320.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03992 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 146 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.25 |
| HSL | 320.44º | 0.54% | 0.49% | - |
| HSV(B) | 320.44º | 0.7% | 0.75% | - |
| XYZ | 28.39 | 16.21 | 28.83 | - |
| YUV | 107.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 146 | 0 | 0.70 | 0.24 | 0.25 | 320.44 | 0.54 | 0.49 |
| Hex | C0 | 39 | 92 | 0 | 46 | 18 | 19 | 140 | 36 | 31 |
| Octal | 300 | 71 | 222 | 0 | 106 | 30 | 31 | 500 | 66 | 61 |
| Binary | 11000000 | 111001 | 10010010 | 0 | 1000110 | 11000 | 11001 | 101000000 | 110110 | 110001 |
Color Harmonies of #C03992
Complementary color
Monochromatic Colors of #C03992
Black with #C03992
Text Example
Text Example
White with #C03992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03992; }
p { color: rgb(192,57,146); }
H1.HeaderClassName
{
color: #C03992;
}
.AnyTagClassName
{
color: #C03992;
}
</style>
background-color css
<style>
a { background-color: #C03992; }
a { background-color: rgb(192,57,146); }
div.DivClassName
{
background-color: #C03992;
}
.BgClassName
{
background-color: #C03992;
}
</style>
border-color css
<style>
span { border-color: #C03992; }
span { border-color: rgb(192,57,146); }
td.TdClassName
{
border-color: #C03992;
}
.TagClassName
{
border-color: #C03992;
}
</style>