Shades of Medium Violet Red #C3199C
Tints of Medium Violet Red #C3199C
RGB
CMYK
RGB Variations
Color information
#C3199C (or 0xC3199C) is known color: Medium Violet Red. HEX triplet: C3, 19 and 9C. RGB value is (195,25,156). Sum of RGB (Red+Green+Blue) = 195+25+156=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3199C is #3CE663. Grayscale: #5A5A5A. Windows color (decimal): -3991140 or 10230211. OLE color: 10230211.
HSL color Cylindrical-coordinate representation of color #C3199C: hue angle of 313.76º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3199C is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 156 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.24 |
| HSL | 313.76º | 0.77% | 0.43% | - |
| HSV(B) | 313.76º | 0.87% | 0.76% | - |
| XYZ | 28.85 | 14.7 | 32.77 | - |
| YUV | 90.76 | 164.82 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 156 | 0 | 0.87 | 0.20 | 0.24 | 313.76 | 0.77 | 0.43 |
| Hex | C3 | 19 | 9C | 0 | 57 | 14 | 18 | 13A | 4D | 2B |
| Octal | 303 | 31 | 234 | 0 | 127 | 24 | 30 | 472 | 115 | 53 |
| Binary | 11000011 | 11001 | 10011100 | 0 | 1010111 | 10100 | 11000 | 100111010 | 1001101 | 101011 |
Color Harmonies of #C3199C
Complementary color
Monochromatic Colors of #C3199C
Black with #C3199C
Text Example
Text Example
White with #C3199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3199C; }
p { color: rgb(195,25,156); }
H1.HeaderClassName
{
color: #C3199C;
}
.AnyTagClassName
{
color: #C3199C;
}
</style>
background-color css
<style>
a { background-color: #C3199C; }
a { background-color: rgb(195,25,156); }
div.DivClassName
{
background-color: #C3199C;
}
.BgClassName
{
background-color: #C3199C;
}
</style>
border-color css
<style>
span { border-color: #C3199C; }
span { border-color: rgb(195,25,156); }
td.TdClassName
{
border-color: #C3199C;
}
.TagClassName
{
border-color: #C3199C;
}
</style>