Shades of Medium Red Violet #C0368C
Tints of Medium Red Violet #C0368C
RGB
CMYK
RGB Variations
Color information
#C0368C (or 0xC0368C) is known color: Medium Red Violet. HEX triplet: C0, 36 and 8C. RGB value is (192,54,140). Sum of RGB (Red+Green+Blue) = 192+54+140=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0368C is #3FC973. Grayscale: #686868. Windows color (decimal): -4180340 or 9189056. OLE color: 9189056.
HSL color Cylindrical-coordinate representation of color #C0368C: hue angle of 322.61º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0368C is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 140 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.25 |
| HSL | 322.61º | 0.56% | 0.48% | - |
| HSV(B) | 322.61º | 0.72% | 0.75% | - |
| XYZ | 27.79 | 15.74 | 26.38 | - |
| YUV | 105.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 140 | 0 | 0.72 | 0.27 | 0.25 | 322.61 | 0.56 | 0.48 |
| Hex | C0 | 36 | 8C | 0 | 48 | 1B | 19 | 143 | 38 | 30 |
| Octal | 300 | 66 | 214 | 0 | 110 | 33 | 31 | 503 | 70 | 60 |
| Binary | 11000000 | 110110 | 10001100 | 0 | 1001000 | 11011 | 11001 | 101000011 | 111000 | 110000 |
Color Harmonies of #C0368C
Complementary color
Monochromatic Colors of #C0368C
Black with #C0368C
Text Example
Text Example
White with #C0368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0368C; }
p { color: rgb(192,54,140); }
H1.HeaderClassName
{
color: #C0368C;
}
.AnyTagClassName
{
color: #C0368C;
}
</style>
background-color css
<style>
a { background-color: #C0368C; }
a { background-color: rgb(192,54,140); }
div.DivClassName
{
background-color: #C0368C;
}
.BgClassName
{
background-color: #C0368C;
}
</style>
border-color css
<style>
span { border-color: #C0368C; }
span { border-color: rgb(192,54,140); }
td.TdClassName
{
border-color: #C0368C;
}
.TagClassName
{
border-color: #C0368C;
}
</style>