Shades of Medium Violet Red #C3148B
Tints of Medium Violet Red #C3148B
RGB
CMYK
RGB Variations
Color information
#C3148B (or 0xC3148B) is known color: Medium Violet Red. HEX triplet: C3, 14 and 8B. RGB value is (195,20,139). Sum of RGB (Red+Green+Blue) = 195+20+139=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3148B is #3CEB74. Grayscale: #555555. Windows color (decimal): -3992437 or 9114819. OLE color: 9114819.
HSL color Cylindrical-coordinate representation of color #C3148B: hue angle of 319.2º 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 #C3148B is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 139 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.24 |
| HSL | 319.2º | 0.81% | 0.42% | - |
| HSV(B) | 319.2º | 0.9% | 0.76% | - |
| XYZ | 27.42 | 13.97 | 25.68 | - |
| YUV | 85.89 | 157.98 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 139 | 0 | 0.90 | 0.29 | 0.24 | 319.2 | 0.81 | 0.42 |
| Hex | C3 | 14 | 8B | 0 | 5A | 1D | 18 | 13F | 51 | 2A |
| Octal | 303 | 24 | 213 | 0 | 132 | 35 | 30 | 477 | 121 | 52 |
| Binary | 11000011 | 10100 | 10001011 | 0 | 1011010 | 11101 | 11000 | 100111111 | 1010001 | 101010 |
Color Harmonies of #C3148B
Complementary color
Monochromatic Colors of #C3148B
Black with #C3148B
Text Example
Text Example
White with #C3148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3148B; }
p { color: rgb(195,20,139); }
H1.HeaderClassName
{
color: #C3148B;
}
.AnyTagClassName
{
color: #C3148B;
}
</style>
background-color css
<style>
a { background-color: #C3148B; }
a { background-color: rgb(195,20,139); }
div.DivClassName
{
background-color: #C3148B;
}
.BgClassName
{
background-color: #C3148B;
}
</style>
border-color css
<style>
span { border-color: #C3148B; }
span { border-color: rgb(195,20,139); }
td.TdClassName
{
border-color: #C3148B;
}
.TagClassName
{
border-color: #C3148B;
}
</style>