Shades of Medium Violet Red #C1197B
Tints of Medium Violet Red #C1197B
RGB
CMYK
RGB Variations
Color information
#C1197B (or 0xC1197B) is known color: Medium Violet Red. HEX triplet: C1, 19 and 7B. RGB value is (193,25,123). Sum of RGB (Red+Green+Blue) = 193+25+123=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1197B is #3EE684. Grayscale: #565656. Windows color (decimal): -4122245 or 8067521. OLE color: 8067521.
HSL color Cylindrical-coordinate representation of color #C1197B: hue angle of 325º 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 #C1197B is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 123 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.24 |
| HSL | 325º | 0.77% | 0.43% | - |
| HSV(B) | 325º | 0.87% | 0.76% | - |
| XYZ | 25.92 | 13.46 | 19.97 | - |
| YUV | 86.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 123 | 0 | 0.87 | 0.36 | 0.24 | 325 | 0.77 | 0.43 |
| Hex | C1 | 19 | 7B | 0 | 57 | 24 | 18 | 145 | 4D | 2B |
| Octal | 301 | 31 | 173 | 0 | 127 | 44 | 30 | 505 | 115 | 53 |
| Binary | 11000001 | 11001 | 1111011 | 0 | 1010111 | 100100 | 11000 | 101000101 | 1001101 | 101011 |
Color Harmonies of #C1197B
Complementary color
Monochromatic Colors of #C1197B
Black with #C1197B
Text Example
Text Example
White with #C1197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1197B; }
p { color: rgb(193,25,123); }
H1.HeaderClassName
{
color: #C1197B;
}
.AnyTagClassName
{
color: #C1197B;
}
</style>
background-color css
<style>
a { background-color: #C1197B; }
a { background-color: rgb(193,25,123); }
div.DivClassName
{
background-color: #C1197B;
}
.BgClassName
{
background-color: #C1197B;
}
</style>
border-color css
<style>
span { border-color: #C1197B; }
span { border-color: rgb(193,25,123); }
td.TdClassName
{
border-color: #C1197B;
}
.TagClassName
{
border-color: #C1197B;
}
</style>