Shades of Medium Violet Red #C3147E
Tints of Medium Violet Red #C3147E
RGB
CMYK
RGB Variations
Color information
#C3147E (or 0xC3147E) is known color: Medium Violet Red. HEX triplet: C3, 14 and 7E. RGB value is (195,20,126). Sum of RGB (Red+Green+Blue) = 195+20+126=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3147E is #3CEB81. Grayscale: #545454. Windows color (decimal): -3992450 or 8262851. OLE color: 8262851.
HSL color Cylindrical-coordinate representation of color #C3147E: hue angle of 323.66º 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 #C3147E is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 126 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.24 |
| HSL | 323.66º | 0.81% | 0.42% | - |
| HSV(B) | 323.66º | 0.9% | 0.76% | - |
| XYZ | 26.52 | 13.61 | 20.97 | - |
| YUV | 84.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 126 | 0 | 0.90 | 0.35 | 0.24 | 323.66 | 0.81 | 0.42 |
| Hex | C3 | 14 | 7E | 0 | 5A | 23 | 18 | 144 | 51 | 2A |
| Octal | 303 | 24 | 176 | 0 | 132 | 43 | 30 | 504 | 121 | 52 |
| Binary | 11000011 | 10100 | 1111110 | 0 | 1011010 | 100011 | 11000 | 101000100 | 1010001 | 101010 |
Color Harmonies of #C3147E
Complementary color
Monochromatic Colors of #C3147E
Black with #C3147E
Text Example
Text Example
White with #C3147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3147E; }
p { color: rgb(195,20,126); }
H1.HeaderClassName
{
color: #C3147E;
}
.AnyTagClassName
{
color: #C3147E;
}
</style>
background-color css
<style>
a { background-color: #C3147E; }
a { background-color: rgb(195,20,126); }
div.DivClassName
{
background-color: #C3147E;
}
.BgClassName
{
background-color: #C3147E;
}
</style>
border-color css
<style>
span { border-color: #C3147E; }
span { border-color: rgb(195,20,126); }
td.TdClassName
{
border-color: #C3147E;
}
.TagClassName
{
border-color: #C3147E;
}
</style>