Shades of Medium Violet Red #C9099B
Tints of Medium Violet Red #C9099B
RGB
CMYK
RGB Variations
Color information
#C9099B (or 0xC9099B) is known color: Medium Violet Red. HEX triplet: C9, 09 and 9B. RGB value is (201,9,155). Sum of RGB (Red+Green+Blue) = 201+9+155=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9099B is #36F664. Grayscale: #525252. Windows color (decimal): -3602021 or 10160585. OLE color: 10160585.
HSL color Cylindrical-coordinate representation of color #C9099B: hue angle of 314.38º 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 #C9099B is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.21 |
| HSL | 314.38º | 0.91% | 0.41% | - |
| HSV(B) | 314.38º | 0.96% | 0.79% | - |
| XYZ | 30.1 | 14.98 | 32.32 | - |
| YUV | 83.05 | 168.61 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 155 | 0 | 0.96 | 0.23 | 0.21 | 314.38 | 0.91 | 0.41 |
| Hex | C9 | 9 | 9B | 0 | 60 | 17 | 15 | 13A | 5B | 29 |
| Octal | 311 | 11 | 233 | 0 | 140 | 27 | 25 | 472 | 133 | 51 |
| Binary | 11001001 | 1001 | 10011011 | 0 | 1100000 | 10111 | 10101 | 100111010 | 1011011 | 101001 |
Color Harmonies of #C9099B
Complementary color
Monochromatic Colors of #C9099B
Black with #C9099B
Text Example
Text Example
White with #C9099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9099B; }
p { color: rgb(201,9,155); }
H1.HeaderClassName
{
color: #C9099B;
}
.AnyTagClassName
{
color: #C9099B;
}
</style>
background-color css
<style>
a { background-color: #C9099B; }
a { background-color: rgb(201,9,155); }
div.DivClassName
{
background-color: #C9099B;
}
.BgClassName
{
background-color: #C9099B;
}
</style>
border-color css
<style>
span { border-color: #C9099B; }
span { border-color: rgb(201,9,155); }
td.TdClassName
{
border-color: #C9099B;
}
.TagClassName
{
border-color: #C9099B;
}
</style>