Shades of Medium Red Violet #C0339E
Tints of Medium Red Violet #C0339E
RGB
CMYK
RGB Variations
Color information
#C0339E (or 0xC0339E) is known color: Medium Red Violet. HEX triplet: C0, 33 and 9E. RGB value is (192,51,158). Sum of RGB (Red+Green+Blue) = 192+51+158=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0339E is #3FCC61. Grayscale: #696969. Windows color (decimal): -4181090 or 10367936. OLE color: 10367936.
HSL color Cylindrical-coordinate representation of color #C0339E: hue angle of 314.47º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0339E is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 158 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.25 |
| HSL | 314.47º | 0.58% | 0.48% | - |
| HSV(B) | 314.47º | 0.73% | 0.75% | - |
| XYZ | 29.09 | 16.04 | 33.91 | - |
| YUV | 105.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 158 | 0 | 0.73 | 0.18 | 0.25 | 314.47 | 0.58 | 0.48 |
| Hex | C0 | 33 | 9E | 0 | 49 | 12 | 19 | 13A | 3A | 30 |
| Octal | 300 | 63 | 236 | 0 | 111 | 22 | 31 | 472 | 72 | 60 |
| Binary | 11000000 | 110011 | 10011110 | 0 | 1001001 | 10010 | 11001 | 100111010 | 111010 | 110000 |
Color Harmonies of #C0339E
Complementary color
Monochromatic Colors of #C0339E
Black with #C0339E
Text Example
Text Example
White with #C0339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0339E; }
p { color: rgb(192,51,158); }
H1.HeaderClassName
{
color: #C0339E;
}
.AnyTagClassName
{
color: #C0339E;
}
</style>
background-color css
<style>
a { background-color: #C0339E; }
a { background-color: rgb(192,51,158); }
div.DivClassName
{
background-color: #C0339E;
}
.BgClassName
{
background-color: #C0339E;
}
</style>
border-color css
<style>
span { border-color: #C0339E; }
span { border-color: rgb(192,51,158); }
td.TdClassName
{
border-color: #C0339E;
}
.TagClassName
{
border-color: #C0339E;
}
</style>