Shades of Medium Violet Red #C9058F
Tints of Medium Violet Red #C9058F
RGB
CMYK
RGB Variations
Color information
#C9058F (or 0xC9058F) is known color: Medium Violet Red. HEX triplet: C9, 05 and 8F. RGB value is (201,5,143). Sum of RGB (Red+Green+Blue) = 201+5+143=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9058F is #36FA70. Grayscale: #4E4E4E. Windows color (decimal): -3603057 or 9373129. OLE color: 9373129.
HSL color Cylindrical-coordinate representation of color #C9058F: hue angle of 317.76º 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 #C9058F is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 143 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.21 |
| HSL | 317.76º | 0.95% | 0.4% | - |
| HSV(B) | 317.76º | 0.98% | 0.79% | - |
| XYZ | 29.1 | 14.51 | 27.25 | - |
| YUV | 79.34 | 163.93 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 143 | 0 | 0.98 | 0.29 | 0.21 | 317.76 | 0.95 | 0.4 |
| Hex | C9 | 5 | 8F | 0 | 62 | 1D | 15 | 13E | 5F | 28 |
| Octal | 311 | 5 | 217 | 0 | 142 | 35 | 25 | 476 | 137 | 50 |
| Binary | 11001001 | 101 | 10001111 | 0 | 1100010 | 11101 | 10101 | 100111110 | 1011111 | 101000 |
Color Harmonies of #C9058F
Complementary color
Monochromatic Colors of #C9058F
Black with #C9058F
Text Example
Text Example
White with #C9058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9058F; }
p { color: rgb(201,5,143); }
H1.HeaderClassName
{
color: #C9058F;
}
.AnyTagClassName
{
color: #C9058F;
}
</style>
background-color css
<style>
a { background-color: #C9058F; }
a { background-color: rgb(201,5,143); }
div.DivClassName
{
background-color: #C9058F;
}
.BgClassName
{
background-color: #C9058F;
}
</style>
border-color css
<style>
span { border-color: #C9058F; }
span { border-color: rgb(201,5,143); }
td.TdClassName
{
border-color: #C9058F;
}
.TagClassName
{
border-color: #C9058F;
}
</style>