Shades of Medium Violet Red #C90F9D
Tints of Medium Violet Red #C90F9D
RGB
CMYK
RGB Variations
Color information
#C90F9D (or 0xC90F9D) is known color: Medium Violet Red. HEX triplet: C9, 0F and 9D. RGB value is (201,15,157). Sum of RGB (Red+Green+Blue) = 201+15+157=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90F9D is #36F062. Grayscale: #565656. Windows color (decimal): -3600483 or 10293193. OLE color: 10293193.
HSL color Cylindrical-coordinate representation of color #C90F9D: hue angle of 314.19º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90F9D is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 157 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.21 |
| HSL | 314.19º | 0.86% | 0.42% | - |
| HSV(B) | 314.19º | 0.93% | 0.79% | - |
| XYZ | 30.34 | 15.19 | 33.23 | - |
| YUV | 86.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 157 | 0 | 0.93 | 0.22 | 0.21 | 314.19 | 0.86 | 0.42 |
| Hex | C9 | F | 9D | 0 | 5D | 16 | 15 | 13A | 56 | 2A |
| Octal | 311 | 17 | 235 | 0 | 135 | 26 | 25 | 472 | 126 | 52 |
| Binary | 11001001 | 1111 | 10011101 | 0 | 1011101 | 10110 | 10101 | 100111010 | 1010110 | 101010 |
Color Harmonies of #C90F9D
Complementary color
Monochromatic Colors of #C90F9D
Black with #C90F9D
Text Example
Text Example
White with #C90F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90F9D; }
p { color: rgb(201,15,157); }
H1.HeaderClassName
{
color: #C90F9D;
}
.AnyTagClassName
{
color: #C90F9D;
}
</style>
background-color css
<style>
a { background-color: #C90F9D; }
a { background-color: rgb(201,15,157); }
div.DivClassName
{
background-color: #C90F9D;
}
.BgClassName
{
background-color: #C90F9D;
}
</style>
border-color css
<style>
span { border-color: #C90F9D; }
span { border-color: rgb(201,15,157); }
td.TdClassName
{
border-color: #C90F9D;
}
.TagClassName
{
border-color: #C90F9D;
}
</style>