Shades of Medium Violet Red #C3148D
Tints of Medium Violet Red #C3148D
RGB
CMYK
RGB Variations
Color information
#C3148D (or 0xC3148D) is known color: Medium Violet Red. HEX triplet: C3, 14 and 8D. RGB value is (195,20,141). Sum of RGB (Red+Green+Blue) = 195+20+141=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3148D is #3CEB72. Grayscale: #555555. Windows color (decimal): -3992435 or 9245891. OLE color: 9245891.
HSL color Cylindrical-coordinate representation of color #C3148D: hue angle of 318.51º 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 #C3148D is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 141 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.24 |
| HSL | 318.51º | 0.81% | 0.42% | - |
| HSV(B) | 318.51º | 0.9% | 0.76% | - |
| XYZ | 27.56 | 14.03 | 26.45 | - |
| YUV | 86.12 | 158.98 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 141 | 0 | 0.90 | 0.28 | 0.24 | 318.51 | 0.81 | 0.42 |
| Hex | C3 | 14 | 8D | 0 | 5A | 1C | 18 | 13F | 51 | 2A |
| Octal | 303 | 24 | 215 | 0 | 132 | 34 | 30 | 477 | 121 | 52 |
| Binary | 11000011 | 10100 | 10001101 | 0 | 1011010 | 11100 | 11000 | 100111111 | 1010001 | 101010 |
Color Harmonies of #C3148D
Complementary color
Monochromatic Colors of #C3148D
Black with #C3148D
Text Example
Text Example
White with #C3148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3148D; }
p { color: rgb(195,20,141); }
H1.HeaderClassName
{
color: #C3148D;
}
.AnyTagClassName
{
color: #C3148D;
}
</style>
background-color css
<style>
a { background-color: #C3148D; }
a { background-color: rgb(195,20,141); }
div.DivClassName
{
background-color: #C3148D;
}
.BgClassName
{
background-color: #C3148D;
}
</style>
border-color css
<style>
span { border-color: #C3148D; }
span { border-color: rgb(195,20,141); }
td.TdClassName
{
border-color: #C3148D;
}
.TagClassName
{
border-color: #C3148D;
}
</style>