Shades of Medium Violet Red #C3199B
Tints of Medium Violet Red #C3199B
RGB
CMYK
RGB Variations
Color information
#C3199B (or 0xC3199B) is known color: Medium Violet Red. HEX triplet: C3, 19 and 9B. RGB value is (195,25,155). Sum of RGB (Red+Green+Blue) = 195+25+155=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3199B is #3CE664. Grayscale: #5A5A5A. Windows color (decimal): -3991141 or 10164675. OLE color: 10164675.
HSL color Cylindrical-coordinate representation of color #C3199B: hue angle of 314.12º 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 #C3199B is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 155 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.24 |
| HSL | 314.12º | 0.77% | 0.43% | - |
| HSV(B) | 314.12º | 0.87% | 0.76% | - |
| XYZ | 28.77 | 14.66 | 32.32 | - |
| YUV | 90.65 | 164.32 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 155 | 0 | 0.87 | 0.21 | 0.24 | 314.12 | 0.77 | 0.43 |
| Hex | C3 | 19 | 9B | 0 | 57 | 15 | 18 | 13A | 4D | 2B |
| Octal | 303 | 31 | 233 | 0 | 127 | 25 | 30 | 472 | 115 | 53 |
| Binary | 11000011 | 11001 | 10011011 | 0 | 1010111 | 10101 | 11000 | 100111010 | 1001101 | 101011 |
Color Harmonies of #C3199B
Complementary color
Monochromatic Colors of #C3199B
Black with #C3199B
Text Example
Text Example
White with #C3199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3199B; }
p { color: rgb(195,25,155); }
H1.HeaderClassName
{
color: #C3199B;
}
.AnyTagClassName
{
color: #C3199B;
}
</style>
background-color css
<style>
a { background-color: #C3199B; }
a { background-color: rgb(195,25,155); }
div.DivClassName
{
background-color: #C3199B;
}
.BgClassName
{
background-color: #C3199B;
}
</style>
border-color css
<style>
span { border-color: #C3199B; }
span { border-color: rgb(195,25,155); }
td.TdClassName
{
border-color: #C3199B;
}
.TagClassName
{
border-color: #C3199B;
}
</style>