Shades of Medium Violet Red #C0146C
Tints of Medium Violet Red #C0146C
RGB
CMYK
RGB Variations
Color information
#C0146C (or 0xC0146C) is known color: Medium Violet Red. HEX triplet: C0, 14 and 6C. RGB value is (192,20,108). Sum of RGB (Red+Green+Blue) = 192+20+108=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0146C is #3FEB93. Grayscale: #515151. Windows color (decimal): -4189076 or 7083200. OLE color: 7083200.
HSL color Cylindrical-coordinate representation of color #C0146C: hue angle of 329.3º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0146C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 108 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.25 |
| HSL | 329.3º | 0.81% | 0.42% | - |
| HSV(B) | 329.3º | 0.9% | 0.75% | - |
| XYZ | 24.7 | 12.79 | 15.35 | - |
| YUV | 81.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 108 | 0 | 0.90 | 0.44 | 0.25 | 329.3 | 0.81 | 0.42 |
| Hex | C0 | 14 | 6C | 0 | 5A | 2C | 19 | 149 | 51 | 2A |
| Octal | 300 | 24 | 154 | 0 | 132 | 54 | 31 | 511 | 121 | 52 |
| Binary | 11000000 | 10100 | 1101100 | 0 | 1011010 | 101100 | 11001 | 101001001 | 1010001 | 101010 |
Color Harmonies of #C0146C
Complementary color
Monochromatic Colors of #C0146C
Black with #C0146C
Text Example
Text Example
White with #C0146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0146C; }
p { color: rgb(192,20,108); }
H1.HeaderClassName
{
color: #C0146C;
}
.AnyTagClassName
{
color: #C0146C;
}
</style>
background-color css
<style>
a { background-color: #C0146C; }
a { background-color: rgb(192,20,108); }
div.DivClassName
{
background-color: #C0146C;
}
.BgClassName
{
background-color: #C0146C;
}
</style>
border-color css
<style>
span { border-color: #C0146C; }
span { border-color: rgb(192,20,108); }
td.TdClassName
{
border-color: #C0146C;
}
.TagClassName
{
border-color: #C0146C;
}
</style>