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