Shades of Medium Red Violet #C0368F
Tints of Medium Red Violet #C0368F
RGB
CMYK
RGB Variations
Color information
#C0368F (or 0xC0368F) is known color: Medium Red Violet. HEX triplet: C0, 36 and 8F. RGB value is (192,54,143). Sum of RGB (Red+Green+Blue) = 192+54+143=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0368F is #3FC970. Grayscale: #696969. Windows color (decimal): -4180337 or 9385664. OLE color: 9385664.
HSL color Cylindrical-coordinate representation of color #C0368F: hue angle of 321.3º 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 #C0368F is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 143 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.25 |
| HSL | 321.3º | 0.56% | 0.48% | - |
| HSV(B) | 321.3º | 0.72% | 0.75% | - |
| XYZ | 28.02 | 15.83 | 27.57 | - |
| YUV | 105.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 143 | 0 | 0.72 | 0.26 | 0.25 | 321.3 | 0.56 | 0.48 |
| Hex | C0 | 36 | 8F | 0 | 48 | 1A | 19 | 141 | 38 | 30 |
| Octal | 300 | 66 | 217 | 0 | 110 | 32 | 31 | 501 | 70 | 60 |
| Binary | 11000000 | 110110 | 10001111 | 0 | 1001000 | 11010 | 11001 | 101000001 | 111000 | 110000 |
Color Harmonies of #C0368F
Complementary color
Monochromatic Colors of #C0368F
Black with #C0368F
Text Example
Text Example
White with #C0368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0368F; }
p { color: rgb(192,54,143); }
H1.HeaderClassName
{
color: #C0368F;
}
.AnyTagClassName
{
color: #C0368F;
}
</style>
background-color css
<style>
a { background-color: #C0368F; }
a { background-color: rgb(192,54,143); }
div.DivClassName
{
background-color: #C0368F;
}
.BgClassName
{
background-color: #C0368F;
}
</style>
border-color css
<style>
span { border-color: #C0368F; }
span { border-color: rgb(192,54,143); }
td.TdClassName
{
border-color: #C0368F;
}
.TagClassName
{
border-color: #C0368F;
}
</style>