Shades of Medium Violet Red #C90F8D
Tints of Medium Violet Red #C90F8D
RGB
CMYK
RGB Variations
Color information
#C90F8D (or 0xC90F8D) is known color: Medium Violet Red. HEX triplet: C9, 0F and 8D. RGB value is (201,15,141). Sum of RGB (Red+Green+Blue) = 201+15+141=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90F8D is #36F072. Grayscale: #545454. Windows color (decimal): -3600499 or 9244617. OLE color: 9244617.
HSL color Cylindrical-coordinate representation of color #C90F8D: hue angle of 319.35º 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 #C90F8D is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 141 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.21 |
| HSL | 319.35º | 0.86% | 0.42% | - |
| HSV(B) | 319.35º | 0.93% | 0.79% | - |
| XYZ | 29.07 | 14.68 | 26.5 | - |
| YUV | 84.98 | 159.62 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 141 | 0 | 0.93 | 0.30 | 0.21 | 319.35 | 0.86 | 0.42 |
| Hex | C9 | F | 8D | 0 | 5D | 1E | 15 | 13F | 56 | 2A |
| Octal | 311 | 17 | 215 | 0 | 135 | 36 | 25 | 477 | 126 | 52 |
| Binary | 11001001 | 1111 | 10001101 | 0 | 1011101 | 11110 | 10101 | 100111111 | 1010110 | 101010 |
Color Harmonies of #C90F8D
Complementary color
Monochromatic Colors of #C90F8D
Black with #C90F8D
Text Example
Text Example
White with #C90F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90F8D; }
p { color: rgb(201,15,141); }
H1.HeaderClassName
{
color: #C90F8D;
}
.AnyTagClassName
{
color: #C90F8D;
}
</style>
background-color css
<style>
a { background-color: #C90F8D; }
a { background-color: rgb(201,15,141); }
div.DivClassName
{
background-color: #C90F8D;
}
.BgClassName
{
background-color: #C90F8D;
}
</style>
border-color css
<style>
span { border-color: #C90F8D; }
span { border-color: rgb(201,15,141); }
td.TdClassName
{
border-color: #C90F8D;
}
.TagClassName
{
border-color: #C90F8D;
}
</style>