Shades of Medium Violet Red #C3147C
Tints of Medium Violet Red #C3147C
RGB
CMYK
RGB Variations
Color information
#C3147C (or 0xC3147C) is known color: Medium Violet Red. HEX triplet: C3, 14 and 7C. RGB value is (195,20,124). Sum of RGB (Red+Green+Blue) = 195+20+124=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3147C is #3CEB83. Grayscale: #535353. Windows color (decimal): -3992452 or 8131779. OLE color: 8131779.
HSL color Cylindrical-coordinate representation of color #C3147C: hue angle of 324.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3147C is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 124 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.24 |
| HSL | 324.34º | 0.81% | 0.42% | - |
| HSV(B) | 324.34º | 0.9% | 0.76% | - |
| XYZ | 26.39 | 13.56 | 20.29 | - |
| YUV | 84.18 | 150.48 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 124 | 0 | 0.90 | 0.36 | 0.24 | 324.34 | 0.81 | 0.42 |
| Hex | C3 | 14 | 7C | 0 | 5A | 24 | 18 | 144 | 51 | 2A |
| Octal | 303 | 24 | 174 | 0 | 132 | 44 | 30 | 504 | 121 | 52 |
| Binary | 11000011 | 10100 | 1111100 | 0 | 1011010 | 100100 | 11000 | 101000100 | 1010001 | 101010 |
Color Harmonies of #C3147C
Complementary color
Monochromatic Colors of #C3147C
Black with #C3147C
Text Example
Text Example
White with #C3147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3147C; }
p { color: rgb(195,20,124); }
H1.HeaderClassName
{
color: #C3147C;
}
.AnyTagClassName
{
color: #C3147C;
}
</style>
background-color css
<style>
a { background-color: #C3147C; }
a { background-color: rgb(195,20,124); }
div.DivClassName
{
background-color: #C3147C;
}
.BgClassName
{
background-color: #C3147C;
}
</style>
border-color css
<style>
span { border-color: #C3147C; }
span { border-color: rgb(195,20,124); }
td.TdClassName
{
border-color: #C3147C;
}
.TagClassName
{
border-color: #C3147C;
}
</style>