Shades of Medium Violet Red #C3147B
Tints of Medium Violet Red #C3147B
RGB
CMYK
RGB Variations
Color information
#C3147B (or 0xC3147B) is known color: Medium Violet Red. HEX triplet: C3, 14 and 7B. RGB value is (195,20,123). Sum of RGB (Red+Green+Blue) = 195+20+123=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3147B is #3CEB84. Grayscale: #535353. Windows color (decimal): -3992453 or 8066243. OLE color: 8066243.
HSL color Cylindrical-coordinate representation of color #C3147B: hue angle of 324.69º 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 #C3147B is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 123 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.24 |
| HSL | 324.69º | 0.81% | 0.42% | - |
| HSV(B) | 324.69º | 0.9% | 0.76% | - |
| XYZ | 26.33 | 13.53 | 19.96 | - |
| YUV | 84.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 123 | 0 | 0.90 | 0.37 | 0.24 | 324.69 | 0.81 | 0.42 |
| Hex | C3 | 14 | 7B | 0 | 5A | 25 | 18 | 145 | 51 | 2A |
| Octal | 303 | 24 | 173 | 0 | 132 | 45 | 30 | 505 | 121 | 52 |
| Binary | 11000011 | 10100 | 1111011 | 0 | 1011010 | 100101 | 11000 | 101000101 | 1010001 | 101010 |
Color Harmonies of #C3147B
Complementary color
Monochromatic Colors of #C3147B
Black with #C3147B
Text Example
Text Example
White with #C3147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3147B; }
p { color: rgb(195,20,123); }
H1.HeaderClassName
{
color: #C3147B;
}
.AnyTagClassName
{
color: #C3147B;
}
</style>
background-color css
<style>
a { background-color: #C3147B; }
a { background-color: rgb(195,20,123); }
div.DivClassName
{
background-color: #C3147B;
}
.BgClassName
{
background-color: #C3147B;
}
</style>
border-color css
<style>
span { border-color: #C3147B; }
span { border-color: rgb(195,20,123); }
td.TdClassName
{
border-color: #C3147B;
}
.TagClassName
{
border-color: #C3147B;
}
</style>