Shades of Medium Violet Red #C3149C
Tints of Medium Violet Red #C3149C
RGB
CMYK
RGB Variations
Color information
#C3149C (or 0xC3149C) is known color: Medium Violet Red. HEX triplet: C3, 14 and 9C. RGB value is (195,20,156). Sum of RGB (Red+Green+Blue) = 195+20+156=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3149C is #3CEB63. Grayscale: #575757. Windows color (decimal): -3992420 or 10228931. OLE color: 10228931.
HSL color Cylindrical-coordinate representation of color #C3149C: hue angle of 313.37º 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 #C3149C is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 156 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.24 |
| HSL | 313.37º | 0.81% | 0.42% | - |
| HSV(B) | 313.37º | 0.9% | 0.76% | - |
| XYZ | 28.76 | 14.5 | 32.74 | - |
| YUV | 87.83 | 166.48 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 156 | 0 | 0.90 | 0.20 | 0.24 | 313.37 | 0.81 | 0.42 |
| Hex | C3 | 14 | 9C | 0 | 5A | 14 | 18 | 139 | 51 | 2A |
| Octal | 303 | 24 | 234 | 0 | 132 | 24 | 30 | 471 | 121 | 52 |
| Binary | 11000011 | 10100 | 10011100 | 0 | 1011010 | 10100 | 11000 | 100111001 | 1010001 | 101010 |
Color Harmonies of #C3149C
Complementary color
Monochromatic Colors of #C3149C
Black with #C3149C
Text Example
Text Example
White with #C3149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3149C; }
p { color: rgb(195,20,156); }
H1.HeaderClassName
{
color: #C3149C;
}
.AnyTagClassName
{
color: #C3149C;
}
</style>
background-color css
<style>
a { background-color: #C3149C; }
a { background-color: rgb(195,20,156); }
div.DivClassName
{
background-color: #C3149C;
}
.BgClassName
{
background-color: #C3149C;
}
</style>
border-color css
<style>
span { border-color: #C3149C; }
span { border-color: rgb(195,20,156); }
td.TdClassName
{
border-color: #C3149C;
}
.TagClassName
{
border-color: #C3149C;
}
</style>