Shades of Medium Violet Red #C9198B
Tints of Medium Violet Red #C9198B
RGB
CMYK
RGB Variations
Color information
#C9198B (or 0xC9198B) is known color: Medium Violet Red. HEX triplet: C9, 19 and 8B. RGB value is (201,25,139). Sum of RGB (Red+Green+Blue) = 201+25+139=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9198B is #36E674. Grayscale: #5A5A5A. Windows color (decimal): -3597941 or 9116105. OLE color: 9116105.
HSL color Cylindrical-coordinate representation of color #C9198B: hue angle of 321.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9198B is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 139 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.21 |
| HSL | 321.14º | 0.78% | 0.44% | - |
| HSV(B) | 321.14º | 0.88% | 0.79% | - |
| XYZ | 29.1 | 14.98 | 25.78 | - |
| YUV | 90.62 | 155.31 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 139 | 0 | 0.88 | 0.31 | 0.21 | 321.14 | 0.78 | 0.44 |
| Hex | C9 | 19 | 8B | 0 | 58 | 1F | 15 | 141 | 4E | 2C |
| Octal | 311 | 31 | 213 | 0 | 130 | 37 | 25 | 501 | 116 | 54 |
| Binary | 11001001 | 11001 | 10001011 | 0 | 1011000 | 11111 | 10101 | 101000001 | 1001110 | 101100 |
Color Harmonies of #C9198B
Complementary color
Monochromatic Colors of #C9198B
Black with #C9198B
Text Example
Text Example
White with #C9198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9198B; }
p { color: rgb(201,25,139); }
H1.HeaderClassName
{
color: #C9198B;
}
.AnyTagClassName
{
color: #C9198B;
}
</style>
background-color css
<style>
a { background-color: #C9198B; }
a { background-color: rgb(201,25,139); }
div.DivClassName
{
background-color: #C9198B;
}
.BgClassName
{
background-color: #C9198B;
}
</style>
border-color css
<style>
span { border-color: #C9198B; }
span { border-color: rgb(201,25,139); }
td.TdClassName
{
border-color: #C9198B;
}
.TagClassName
{
border-color: #C9198B;
}
</style>