Shades of Medium Red Violet #C0368D
Tints of Medium Red Violet #C0368D
RGB
CMYK
RGB Variations
Color information
#C0368D (or 0xC0368D) is known color: Medium Red Violet. HEX triplet: C0, 36 and 8D. RGB value is (192,54,141). Sum of RGB (Red+Green+Blue) = 192+54+141=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0368D is #3FC972. Grayscale: #686868. Windows color (decimal): -4180339 or 9254592. OLE color: 9254592.
HSL color Cylindrical-coordinate representation of color #C0368D: hue angle of 322.17º 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 #C0368D is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 141 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.25 |
| HSL | 322.17º | 0.56% | 0.48% | - |
| HSV(B) | 322.17º | 0.72% | 0.75% | - |
| XYZ | 27.87 | 15.77 | 26.77 | - |
| YUV | 105.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 141 | 0 | 0.72 | 0.27 | 0.25 | 322.17 | 0.56 | 0.48 |
| Hex | C0 | 36 | 8D | 0 | 48 | 1B | 19 | 142 | 38 | 30 |
| Octal | 300 | 66 | 215 | 0 | 110 | 33 | 31 | 502 | 70 | 60 |
| Binary | 11000000 | 110110 | 10001101 | 0 | 1001000 | 11011 | 11001 | 101000010 | 111000 | 110000 |
Color Harmonies of #C0368D
Complementary color
Monochromatic Colors of #C0368D
Black with #C0368D
Text Example
Text Example
White with #C0368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0368D; }
p { color: rgb(192,54,141); }
H1.HeaderClassName
{
color: #C0368D;
}
.AnyTagClassName
{
color: #C0368D;
}
</style>
background-color css
<style>
a { background-color: #C0368D; }
a { background-color: rgb(192,54,141); }
div.DivClassName
{
background-color: #C0368D;
}
.BgClassName
{
background-color: #C0368D;
}
</style>
border-color css
<style>
span { border-color: #C0368D; }
span { border-color: rgb(192,54,141); }
td.TdClassName
{
border-color: #C0368D;
}
.TagClassName
{
border-color: #C0368D;
}
</style>