Shades of Medium Violet Red #C9099C
Tints of Medium Violet Red #C9099C
RGB
CMYK
RGB Variations
Color information
#C9099C (or 0xC9099C) is known color: Medium Violet Red. HEX triplet: C9, 09 and 9C. RGB value is (201,9,156). Sum of RGB (Red+Green+Blue) = 201+9+156=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9099C is #36F663. Grayscale: #525252. Windows color (decimal): -3602020 or 10226121. OLE color: 10226121.
HSL color Cylindrical-coordinate representation of color #C9099C: hue angle of 314.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 #C9099C is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.21 |
| HSL | 314.06º | 0.91% | 0.41% | - |
| HSV(B) | 314.06º | 0.96% | 0.79% | - |
| XYZ | 30.19 | 15.01 | 32.76 | - |
| YUV | 83.17 | 169.11 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 156 | 0 | 0.96 | 0.22 | 0.21 | 314.06 | 0.91 | 0.41 |
| Hex | C9 | 9 | 9C | 0 | 60 | 16 | 15 | 13A | 5B | 29 |
| Octal | 311 | 11 | 234 | 0 | 140 | 26 | 25 | 472 | 133 | 51 |
| Binary | 11001001 | 1001 | 10011100 | 0 | 1100000 | 10110 | 10101 | 100111010 | 1011011 | 101001 |
Color Harmonies of #C9099C
Complementary color
Monochromatic Colors of #C9099C
Black with #C9099C
Text Example
Text Example
White with #C9099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9099C; }
p { color: rgb(201,9,156); }
H1.HeaderClassName
{
color: #C9099C;
}
.AnyTagClassName
{
color: #C9099C;
}
</style>
background-color css
<style>
a { background-color: #C9099C; }
a { background-color: rgb(201,9,156); }
div.DivClassName
{
background-color: #C9099C;
}
.BgClassName
{
background-color: #C9099C;
}
</style>
border-color css
<style>
span { border-color: #C9099C; }
span { border-color: rgb(201,9,156); }
td.TdClassName
{
border-color: #C9099C;
}
.TagClassName
{
border-color: #C9099C;
}
</style>