Shades of Medium Violet Red #C9098C
Tints of Medium Violet Red #C9098C
RGB
CMYK
RGB Variations
Color information
#C9098C (or 0xC9098C) is known color: Medium Violet Red. HEX triplet: C9, 09 and 8C. RGB value is (201,9,140). Sum of RGB (Red+Green+Blue) = 201+9+140=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9098C is #36F673. Grayscale: #515151. Windows color (decimal): -3602036 or 9177545. OLE color: 9177545.
HSL color Cylindrical-coordinate representation of color #C9098C: hue angle of 319.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9098C is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.21 |
| HSL | 319.06º | 0.91% | 0.41% | - |
| HSV(B) | 319.06º | 0.96% | 0.79% | - |
| XYZ | 28.92 | 14.51 | 26.09 | - |
| YUV | 81.34 | 161.11 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 140 | 0 | 0.96 | 0.30 | 0.21 | 319.06 | 0.91 | 0.41 |
| Hex | C9 | 9 | 8C | 0 | 60 | 1E | 15 | 13F | 5B | 29 |
| Octal | 311 | 11 | 214 | 0 | 140 | 36 | 25 | 477 | 133 | 51 |
| Binary | 11001001 | 1001 | 10001100 | 0 | 1100000 | 11110 | 10101 | 100111111 | 1011011 | 101001 |
Color Harmonies of #C9098C
Complementary color
Monochromatic Colors of #C9098C
Black with #C9098C
Text Example
Text Example
White with #C9098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9098C; }
p { color: rgb(201,9,140); }
H1.HeaderClassName
{
color: #C9098C;
}
.AnyTagClassName
{
color: #C9098C;
}
</style>
background-color css
<style>
a { background-color: #C9098C; }
a { background-color: rgb(201,9,140); }
div.DivClassName
{
background-color: #C9098C;
}
.BgClassName
{
background-color: #C9098C;
}
</style>
border-color css
<style>
span { border-color: #C9098C; }
span { border-color: rgb(201,9,140); }
td.TdClassName
{
border-color: #C9098C;
}
.TagClassName
{
border-color: #C9098C;
}
</style>