Shades of Medium Red Violet #C0339B
Tints of Medium Red Violet #C0339B
RGB
CMYK
RGB Variations
Color information
#C0339B (or 0xC0339B) is known color: Medium Red Violet. HEX triplet: C0, 33 and 9B. RGB value is (192,51,155). Sum of RGB (Red+Green+Blue) = 192+51+155=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0339B is #3FCC64. Grayscale: #686868. Windows color (decimal): -4181093 or 10171328. OLE color: 10171328.
HSL color Cylindrical-coordinate representation of color #C0339B: hue angle of 315.74º 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 #C0339B is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 155 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.25 |
| HSL | 315.74º | 0.58% | 0.48% | - |
| HSV(B) | 315.74º | 0.73% | 0.75% | - |
| XYZ | 28.84 | 15.94 | 32.57 | - |
| YUV | 105.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 155 | 0 | 0.73 | 0.19 | 0.25 | 315.74 | 0.58 | 0.48 |
| Hex | C0 | 33 | 9B | 0 | 49 | 13 | 19 | 13C | 3A | 30 |
| Octal | 300 | 63 | 233 | 0 | 111 | 23 | 31 | 474 | 72 | 60 |
| Binary | 11000000 | 110011 | 10011011 | 0 | 1001001 | 10011 | 11001 | 100111100 | 111010 | 110000 |
Color Harmonies of #C0339B
Complementary color
Monochromatic Colors of #C0339B
Black with #C0339B
Text Example
Text Example
White with #C0339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0339B; }
p { color: rgb(192,51,155); }
H1.HeaderClassName
{
color: #C0339B;
}
.AnyTagClassName
{
color: #C0339B;
}
</style>
background-color css
<style>
a { background-color: #C0339B; }
a { background-color: rgb(192,51,155); }
div.DivClassName
{
background-color: #C0339B;
}
.BgClassName
{
background-color: #C0339B;
}
</style>
border-color css
<style>
span { border-color: #C0339B; }
span { border-color: rgb(192,51,155); }
td.TdClassName
{
border-color: #C0339B;
}
.TagClassName
{
border-color: #C0339B;
}
</style>