Shades of Medium Violet Red #C9058C
Tints of Medium Violet Red #C9058C
RGB
CMYK
RGB Variations
Color information
#C9058C (or 0xC9058C) is known color: Medium Violet Red. HEX triplet: C9, 05 and 8C. RGB value is (201,5,140). Sum of RGB (Red+Green+Blue) = 201+5+140=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9058C is #36FA73. Grayscale: #4E4E4E. Windows color (decimal): -3603060 or 9176521. OLE color: 9176521.
HSL color Cylindrical-coordinate representation of color #C9058C: hue angle of 318.67º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9058C is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.21 |
| HSL | 318.67º | 0.95% | 0.4% | - |
| HSV(B) | 318.67º | 0.98% | 0.79% | - |
| XYZ | 28.88 | 14.42 | 26.07 | - |
| YUV | 78.99 | 162.43 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 140 | 0 | 0.98 | 0.30 | 0.21 | 318.67 | 0.95 | 0.4 |
| Hex | C9 | 5 | 8C | 0 | 62 | 1E | 15 | 13F | 5F | 28 |
| Octal | 311 | 5 | 214 | 0 | 142 | 36 | 25 | 477 | 137 | 50 |
| Binary | 11001001 | 101 | 10001100 | 0 | 1100010 | 11110 | 10101 | 100111111 | 1011111 | 101000 |
Color Harmonies of #C9058C
Complementary color
Monochromatic Colors of #C9058C
Black with #C9058C
Text Example
Text Example
White with #C9058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9058C; }
p { color: rgb(201,5,140); }
H1.HeaderClassName
{
color: #C9058C;
}
.AnyTagClassName
{
color: #C9058C;
}
</style>
background-color css
<style>
a { background-color: #C9058C; }
a { background-color: rgb(201,5,140); }
div.DivClassName
{
background-color: #C9058C;
}
.BgClassName
{
background-color: #C9058C;
}
</style>
border-color css
<style>
span { border-color: #C9058C; }
span { border-color: rgb(201,5,140); }
td.TdClassName
{
border-color: #C9058C;
}
.TagClassName
{
border-color: #C9058C;
}
</style>