Shades of Medium Red Violet #C036A0
Tints of Medium Red Violet #C036A0
RGB
CMYK
RGB Variations
Color information
#C036A0 (or 0xC036A0) is known color: Medium Red Violet. HEX triplet: C0, 36 and A0. RGB value is (192,54,160). Sum of RGB (Red+Green+Blue) = 192+54+160=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C036A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C036A0 is #3FC95F. Grayscale: #6B6B6B. Windows color (decimal): -4180320 or 10499776. OLE color: 10499776.
HSL color Cylindrical-coordinate representation of color #C036A0: hue angle of 313.91º 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 #C036A0 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 160 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.25 |
| HSL | 313.91º | 0.56% | 0.48% | - |
| HSV(B) | 313.91º | 0.72% | 0.75% | - |
| XYZ | 29.4 | 16.38 | 34.87 | - |
| YUV | 107.35 | 157.72 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 160 | 0 | 0.72 | 0.17 | 0.25 | 313.91 | 0.56 | 0.48 |
| Hex | C0 | 36 | A0 | 0 | 48 | 11 | 19 | 13A | 38 | 30 |
| Octal | 300 | 66 | 240 | 0 | 110 | 21 | 31 | 472 | 70 | 60 |
| Binary | 11000000 | 110110 | 10100000 | 0 | 1001000 | 10001 | 11001 | 100111010 | 111000 | 110000 |
Color Harmonies of #C036A0
Complementary color
Monochromatic Colors of #C036A0
Black with #C036A0
Text Example
Text Example
White with #C036A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036A0; }
p { color: rgb(192,54,160); }
H1.HeaderClassName
{
color: #C036A0;
}
.AnyTagClassName
{
color: #C036A0;
}
</style>
background-color css
<style>
a { background-color: #C036A0; }
a { background-color: rgb(192,54,160); }
div.DivClassName
{
background-color: #C036A0;
}
.BgClassName
{
background-color: #C036A0;
}
</style>
border-color css
<style>
span { border-color: #C036A0; }
span { border-color: rgb(192,54,160); }
td.TdClassName
{
border-color: #C036A0;
}
.TagClassName
{
border-color: #C036A0;
}
</style>