Shades of Medium Violet Red #C90A8D
Tints of Medium Violet Red #C90A8D
RGB
CMYK
RGB Variations
Color information
#C90A8D (or 0xC90A8D) is known color: Medium Violet Red. HEX triplet: C9, 0A and 8D. RGB value is (201,10,141). Sum of RGB (Red+Green+Blue) = 201+10+141=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C90A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90A8D is #36F572. Grayscale: #515151. Windows color (decimal): -3601779 or 9243337. OLE color: 9243337.
HSL color Cylindrical-coordinate representation of color #C90A8D: hue angle of 318.85º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90A8D is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 10 | 141 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.21 |
| HSL | 318.85º | 0.91% | 0.41% | - |
| HSV(B) | 318.85º | 0.95% | 0.79% | - |
| XYZ | 29 | 14.56 | 26.48 | - |
| YUV | 82.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 141 | 0 | 0.95 | 0.30 | 0.21 | 318.85 | 0.91 | 0.41 |
| Hex | C9 | A | 8D | 0 | 5F | 1E | 15 | 13F | 5B | 29 |
| Octal | 311 | 12 | 215 | 0 | 137 | 36 | 25 | 477 | 133 | 51 |
| Binary | 11001001 | 1010 | 10001101 | 0 | 1011111 | 11110 | 10101 | 100111111 | 1011011 | 101001 |
Color Harmonies of #C90A8D
Complementary color
Monochromatic Colors of #C90A8D
Black with #C90A8D
Text Example
Text Example
White with #C90A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90A8D; }
p { color: rgb(201,10,141); }
H1.HeaderClassName
{
color: #C90A8D;
}
.AnyTagClassName
{
color: #C90A8D;
}
</style>
background-color css
<style>
a { background-color: #C90A8D; }
a { background-color: rgb(201,10,141); }
div.DivClassName
{
background-color: #C90A8D;
}
.BgClassName
{
background-color: #C90A8D;
}
</style>
border-color css
<style>
span { border-color: #C90A8D; }
span { border-color: rgb(201,10,141); }
td.TdClassName
{
border-color: #C90A8D;
}
.TagClassName
{
border-color: #C90A8D;
}
</style>