Shades of Medium Red Violet #C0368A
Tints of Medium Red Violet #C0368A
RGB
CMYK
RGB Variations
Color information
#C0368A (or 0xC0368A) is known color: Medium Red Violet. HEX triplet: C0, 36 and 8A. RGB value is (192,54,138). Sum of RGB (Red+Green+Blue) = 192+54+138=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0368A is #3FC975. Grayscale: #686868. Windows color (decimal): -4180342 or 9057984. OLE color: 9057984.
HSL color Cylindrical-coordinate representation of color #C0368A: hue angle of 323.48º 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 #C0368A is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 138 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.25 |
| HSL | 323.48º | 0.56% | 0.48% | - |
| HSV(B) | 323.48º | 0.72% | 0.75% | - |
| XYZ | 27.64 | 15.68 | 25.61 | - |
| YUV | 104.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 138 | 0 | 0.72 | 0.28 | 0.25 | 323.48 | 0.56 | 0.48 |
| Hex | C0 | 36 | 8A | 0 | 48 | 1C | 19 | 143 | 38 | 30 |
| Octal | 300 | 66 | 212 | 0 | 110 | 34 | 31 | 503 | 70 | 60 |
| Binary | 11000000 | 110110 | 10001010 | 0 | 1001000 | 11100 | 11001 | 101000011 | 111000 | 110000 |
Color Harmonies of #C0368A
Complementary color
Monochromatic Colors of #C0368A
Black with #C0368A
Text Example
Text Example
White with #C0368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0368A; }
p { color: rgb(192,54,138); }
H1.HeaderClassName
{
color: #C0368A;
}
.AnyTagClassName
{
color: #C0368A;
}
</style>
background-color css
<style>
a { background-color: #C0368A; }
a { background-color: rgb(192,54,138); }
div.DivClassName
{
background-color: #C0368A;
}
.BgClassName
{
background-color: #C0368A;
}
</style>
border-color css
<style>
span { border-color: #C0368A; }
span { border-color: rgb(192,54,138); }
td.TdClassName
{
border-color: #C0368A;
}
.TagClassName
{
border-color: #C0368A;
}
</style>