Shades of Medium Red Violet #C0338D
Tints of Medium Red Violet #C0338D
RGB
CMYK
RGB Variations
Color information
#C0338D (or 0xC0338D) is known color: Medium Red Violet. HEX triplet: C0, 33 and 8D. RGB value is (192,51,141). Sum of RGB (Red+Green+Blue) = 192+51+141=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0338D is #3FCC72. Grayscale: #676767. Windows color (decimal): -4181107 or 9253824. OLE color: 9253824.
HSL color Cylindrical-coordinate representation of color #C0338D: hue angle of 321.7º 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 #C0338D is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 141 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.25 |
| HSL | 321.7º | 0.58% | 0.48% | - |
| HSV(B) | 321.7º | 0.73% | 0.75% | - |
| XYZ | 27.73 | 15.5 | 26.73 | - |
| YUV | 103.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 141 | 0 | 0.73 | 0.27 | 0.25 | 321.7 | 0.58 | 0.48 |
| Hex | C0 | 33 | 8D | 0 | 49 | 1B | 19 | 142 | 3A | 30 |
| Octal | 300 | 63 | 215 | 0 | 111 | 33 | 31 | 502 | 72 | 60 |
| Binary | 11000000 | 110011 | 10001101 | 0 | 1001001 | 11011 | 11001 | 101000010 | 111010 | 110000 |
Color Harmonies of #C0338D
Complementary color
Monochromatic Colors of #C0338D
Black with #C0338D
Text Example
Text Example
White with #C0338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0338D; }
p { color: rgb(192,51,141); }
H1.HeaderClassName
{
color: #C0338D;
}
.AnyTagClassName
{
color: #C0338D;
}
</style>
background-color css
<style>
a { background-color: #C0338D; }
a { background-color: rgb(192,51,141); }
div.DivClassName
{
background-color: #C0338D;
}
.BgClassName
{
background-color: #C0338D;
}
</style>
border-color css
<style>
span { border-color: #C0338D; }
span { border-color: rgb(192,51,141); }
td.TdClassName
{
border-color: #C0338D;
}
.TagClassName
{
border-color: #C0338D;
}
</style>