Shades of Medium Violet Red #C3197B
Tints of Medium Violet Red #C3197B
RGB
CMYK
RGB Variations
Color information
#C3197B (or 0xC3197B) is known color: Medium Violet Red. HEX triplet: C3, 19 and 7B. RGB value is (195,25,123). Sum of RGB (Red+Green+Blue) = 195+25+123=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3197B is #3CE684. Grayscale: #565656. Windows color (decimal): -3991173 or 8067523. OLE color: 8067523.
HSL color Cylindrical-coordinate representation of color #C3197B: hue angle of 325.41º 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 #C3197B is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 123 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.24 |
| HSL | 325.41º | 0.77% | 0.43% | - |
| HSV(B) | 325.41º | 0.87% | 0.76% | - |
| XYZ | 26.43 | 13.73 | 20 | - |
| YUV | 87 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 123 | 0 | 0.87 | 0.37 | 0.24 | 325.41 | 0.77 | 0.43 |
| Hex | C3 | 19 | 7B | 0 | 57 | 25 | 18 | 145 | 4D | 2B |
| Octal | 303 | 31 | 173 | 0 | 127 | 45 | 30 | 505 | 115 | 53 |
| Binary | 11000011 | 11001 | 1111011 | 0 | 1010111 | 100101 | 11000 | 101000101 | 1001101 | 101011 |
Color Harmonies of #C3197B
Complementary color
Monochromatic Colors of #C3197B
Black with #C3197B
Text Example
Text Example
White with #C3197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3197B; }
p { color: rgb(195,25,123); }
H1.HeaderClassName
{
color: #C3197B;
}
.AnyTagClassName
{
color: #C3197B;
}
</style>
background-color css
<style>
a { background-color: #C3197B; }
a { background-color: rgb(195,25,123); }
div.DivClassName
{
background-color: #C3197B;
}
.BgClassName
{
background-color: #C3197B;
}
</style>
border-color css
<style>
span { border-color: #C3197B; }
span { border-color: rgb(195,25,123); }
td.TdClassName
{
border-color: #C3197B;
}
.TagClassName
{
border-color: #C3197B;
}
</style>