Shades of Medium Violet Red #C90C9B
Tints of Medium Violet Red #C90C9B
RGB
CMYK
RGB Variations
Color information
#C90C9B (or 0xC90C9B) is known color: Medium Violet Red. HEX triplet: C9, 0C and 9B. RGB value is (201,12,155). Sum of RGB (Red+Green+Blue) = 201+12+155=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90C9B is #36F364. Grayscale: #545454. Windows color (decimal): -3601253 or 10161353. OLE color: 10161353.
HSL color Cylindrical-coordinate representation of color #C90C9B: hue angle of 314.6º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C9B is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 155 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.21 |
| HSL | 314.6º | 0.89% | 0.42% | - |
| HSV(B) | 314.6º | 0.94% | 0.79% | - |
| XYZ | 30.14 | 15.05 | 32.33 | - |
| YUV | 84.81 | 167.62 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 155 | 0 | 0.94 | 0.23 | 0.21 | 314.6 | 0.89 | 0.42 |
| Hex | C9 | C | 9B | 0 | 5E | 17 | 15 | 13B | 59 | 2A |
| Octal | 311 | 14 | 233 | 0 | 136 | 27 | 25 | 473 | 131 | 52 |
| Binary | 11001001 | 1100 | 10011011 | 0 | 1011110 | 10111 | 10101 | 100111011 | 1011001 | 101010 |
Color Harmonies of #C90C9B
Complementary color
Monochromatic Colors of #C90C9B
Black with #C90C9B
Text Example
Text Example
White with #C90C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C9B; }
p { color: rgb(201,12,155); }
H1.HeaderClassName
{
color: #C90C9B;
}
.AnyTagClassName
{
color: #C90C9B;
}
</style>
background-color css
<style>
a { background-color: #C90C9B; }
a { background-color: rgb(201,12,155); }
div.DivClassName
{
background-color: #C90C9B;
}
.BgClassName
{
background-color: #C90C9B;
}
</style>
border-color css
<style>
span { border-color: #C90C9B; }
span { border-color: rgb(201,12,155); }
td.TdClassName
{
border-color: #C90C9B;
}
.TagClassName
{
border-color: #C90C9B;
}
</style>