Shades of Medium Violet Red #C3148F
Tints of Medium Violet Red #C3148F
RGB
CMYK
RGB Variations
Color information
#C3148F (or 0xC3148F) is known color: Medium Violet Red. HEX triplet: C3, 14 and 8F. RGB value is (195,20,143). Sum of RGB (Red+Green+Blue) = 195+20+143=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3148F is #3CEB70. Grayscale: #565656. Windows color (decimal): -3992433 or 9376963. OLE color: 9376963.
HSL color Cylindrical-coordinate representation of color #C3148F: hue angle of 317.83º 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 #C3148F is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 143 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.24 |
| HSL | 317.83º | 0.81% | 0.42% | - |
| HSV(B) | 317.83º | 0.9% | 0.76% | - |
| XYZ | 27.71 | 14.09 | 27.24 | - |
| YUV | 86.35 | 159.98 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 143 | 0 | 0.90 | 0.27 | 0.24 | 317.83 | 0.81 | 0.42 |
| Hex | C3 | 14 | 8F | 0 | 5A | 1B | 18 | 13E | 51 | 2A |
| Octal | 303 | 24 | 217 | 0 | 132 | 33 | 30 | 476 | 121 | 52 |
| Binary | 11000011 | 10100 | 10001111 | 0 | 1011010 | 11011 | 11000 | 100111110 | 1010001 | 101010 |
Color Harmonies of #C3148F
Complementary color
Monochromatic Colors of #C3148F
Black with #C3148F
Text Example
Text Example
White with #C3148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3148F; }
p { color: rgb(195,20,143); }
H1.HeaderClassName
{
color: #C3148F;
}
.AnyTagClassName
{
color: #C3148F;
}
</style>
background-color css
<style>
a { background-color: #C3148F; }
a { background-color: rgb(195,20,143); }
div.DivClassName
{
background-color: #C3148F;
}
.BgClassName
{
background-color: #C3148F;
}
</style>
border-color css
<style>
span { border-color: #C3148F; }
span { border-color: rgb(195,20,143); }
td.TdClassName
{
border-color: #C3148F;
}
.TagClassName
{
border-color: #C3148F;
}
</style>