Shades of Medium Violet Red #C90096
Tints of Medium Violet Red #C90096
RGB
CMYK
RGB Variations
Color information
#C90096 (or 0xC90096) is known color: Medium Violet Red. HEX triplet: C9, 00 and 96. RGB value is (201,0,150). Sum of RGB (Red+Green+Blue) = 201+0+150=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C90096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90096 is #36FF69. Grayscale: #4C4C4C. Windows color (decimal): -3604330 or 9830601. OLE color: 9830601.
HSL color Cylindrical-coordinate representation of color #C90096: hue angle of 315.22º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90096 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.25 | 0.21 |
| HSL | 315.22º | 1% | 0.39% | - |
| HSV(B) | 315.22º | 1% | 0.79% | - |
| XYZ | 29.59 | 14.62 | 30.12 | - |
| YUV | 77.2 | 169.09 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 150 | 0 | 1 | 0.25 | 0.21 | 315.22 | 1 | 0.39 |
| Hex | C9 | 0 | 96 | 0 | 64 | 19 | 15 | 13B | 64 | 27 |
| Octal | 311 | 0 | 226 | 0 | 144 | 31 | 25 | 473 | 144 | 47 |
| Binary | 11001001 | 0 | 10010110 | 0 | 1100100 | 11001 | 10101 | 100111011 | 1100100 | 100111 |
Color Harmonies of #C90096
Complementary color
Monochromatic Colors of #C90096
Black with #C90096
Text Example
Text Example
White with #C90096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90096; }
p { color: rgb(201,0,150); }
H1.HeaderClassName
{
color: #C90096;
}
.AnyTagClassName
{
color: #C90096;
}
</style>
background-color css
<style>
a { background-color: #C90096; }
a { background-color: rgb(201,0,150); }
div.DivClassName
{
background-color: #C90096;
}
.BgClassName
{
background-color: #C90096;
}
</style>
border-color css
<style>
span { border-color: #C90096; }
span { border-color: rgb(201,0,150); }
td.TdClassName
{
border-color: #C90096;
}
.TagClassName
{
border-color: #C90096;
}
</style>