Shades of Medium Violet Red #C90C95
Tints of Medium Violet Red #C90C95
RGB
CMYK
RGB Variations
Color information
#C90C95 (or 0xC90C95) is known color: Medium Violet Red. HEX triplet: C9, 0C and 95. RGB value is (201,12,149). Sum of RGB (Red+Green+Blue) = 201+12+149=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90C95 is #36F36A. Grayscale: #535353. Windows color (decimal): -3601259 or 9768137. OLE color: 9768137.
HSL color Cylindrical-coordinate representation of color #C90C95: hue angle of 316.51º 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 #C90C95 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 149 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.21 |
| HSL | 316.51º | 0.89% | 0.42% | - |
| HSV(B) | 316.51º | 0.94% | 0.79% | - |
| XYZ | 29.64 | 14.85 | 29.74 | - |
| YUV | 84.13 | 164.62 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 149 | 0 | 0.94 | 0.26 | 0.21 | 316.51 | 0.89 | 0.42 |
| Hex | C9 | C | 95 | 0 | 5E | 1A | 15 | 13D | 59 | 2A |
| Octal | 311 | 14 | 225 | 0 | 136 | 32 | 25 | 475 | 131 | 52 |
| Binary | 11001001 | 1100 | 10010101 | 0 | 1011110 | 11010 | 10101 | 100111101 | 1011001 | 101010 |
Color Harmonies of #C90C95
Complementary color
Monochromatic Colors of #C90C95
Black with #C90C95
Text Example
Text Example
White with #C90C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C95; }
p { color: rgb(201,12,149); }
H1.HeaderClassName
{
color: #C90C95;
}
.AnyTagClassName
{
color: #C90C95;
}
</style>
background-color css
<style>
a { background-color: #C90C95; }
a { background-color: rgb(201,12,149); }
div.DivClassName
{
background-color: #C90C95;
}
.BgClassName
{
background-color: #C90C95;
}
</style>
border-color css
<style>
span { border-color: #C90C95; }
span { border-color: rgb(201,12,149); }
td.TdClassName
{
border-color: #C90C95;
}
.TagClassName
{
border-color: #C90C95;
}
</style>