Shades of Medium Red Violet #C03990
Tints of Medium Red Violet #C03990
RGB
CMYK
RGB Variations
Color information
#C03990 (or 0xC03990) is known color: Medium Red Violet. HEX triplet: C0, 39 and 90. RGB value is (192,57,144). Sum of RGB (Red+Green+Blue) = 192+57+144=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C03990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03990 is #3FC66F. Grayscale: #6B6B6B. Windows color (decimal): -4179568 or 9451968. OLE color: 9451968.
HSL color Cylindrical-coordinate representation of color #C03990: hue angle of 321.33º 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 #C03990 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 144 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.25 |
| HSL | 321.33º | 0.54% | 0.49% | - |
| HSV(B) | 321.33º | 0.7% | 0.75% | - |
| XYZ | 28.24 | 16.15 | 28.01 | - |
| YUV | 107.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 144 | 0 | 0.70 | 0.25 | 0.25 | 321.33 | 0.54 | 0.49 |
| Hex | C0 | 39 | 90 | 0 | 46 | 19 | 19 | 141 | 36 | 31 |
| Octal | 300 | 71 | 220 | 0 | 106 | 31 | 31 | 501 | 66 | 61 |
| Binary | 11000000 | 111001 | 10010000 | 0 | 1000110 | 11001 | 11001 | 101000001 | 110110 | 110001 |
Color Harmonies of #C03990
Complementary color
Monochromatic Colors of #C03990
Black with #C03990
Text Example
Text Example
White with #C03990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03990; }
p { color: rgb(192,57,144); }
H1.HeaderClassName
{
color: #C03990;
}
.AnyTagClassName
{
color: #C03990;
}
</style>
background-color css
<style>
a { background-color: #C03990; }
a { background-color: rgb(192,57,144); }
div.DivClassName
{
background-color: #C03990;
}
.BgClassName
{
background-color: #C03990;
}
</style>
border-color css
<style>
span { border-color: #C03990; }
span { border-color: rgb(192,57,144); }
td.TdClassName
{
border-color: #C03990;
}
.TagClassName
{
border-color: #C03990;
}
</style>