Shades of Medium Violet Red #C9097B
Tints of Medium Violet Red #C9097B
RGB
CMYK
RGB Variations
Color information
#C9097B (or 0xC9097B) is known color: Medium Violet Red. HEX triplet: C9, 09 and 7B. RGB value is (201,9,123). Sum of RGB (Red+Green+Blue) = 201+9+123=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9097B is #36F684. Grayscale: #4F4F4F. Windows color (decimal): -3602053 or 8063433. OLE color: 8063433.
HSL color Cylindrical-coordinate representation of color #C9097B: hue angle of 324.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 #C9097B is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.21 |
| HSL | 324.38º | 0.91% | 0.41% | - |
| HSV(B) | 324.38º | 0.96% | 0.79% | - |
| XYZ | 27.76 | 14.04 | 19.99 | - |
| YUV | 79.4 | 152.61 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 123 | 0 | 0.96 | 0.39 | 0.21 | 324.38 | 0.91 | 0.41 |
| Hex | C9 | 9 | 7B | 0 | 60 | 27 | 15 | 144 | 5B | 29 |
| Octal | 311 | 11 | 173 | 0 | 140 | 47 | 25 | 504 | 133 | 51 |
| Binary | 11001001 | 1001 | 1111011 | 0 | 1100000 | 100111 | 10101 | 101000100 | 1011011 | 101001 |
Color Harmonies of #C9097B
Complementary color
Monochromatic Colors of #C9097B
Black with #C9097B
Text Example
Text Example
White with #C9097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9097B; }
p { color: rgb(201,9,123); }
H1.HeaderClassName
{
color: #C9097B;
}
.AnyTagClassName
{
color: #C9097B;
}
</style>
background-color css
<style>
a { background-color: #C9097B; }
a { background-color: rgb(201,9,123); }
div.DivClassName
{
background-color: #C9097B;
}
.BgClassName
{
background-color: #C9097B;
}
</style>
border-color css
<style>
span { border-color: #C9097B; }
span { border-color: rgb(201,9,123); }
td.TdClassName
{
border-color: #C9097B;
}
.TagClassName
{
border-color: #C9097B;
}
</style>