Shades of Medium Violet Red #C9059A
Tints of Medium Violet Red #C9059A
RGB
CMYK
RGB Variations
Color information
#C9059A (or 0xC9059A) is known color: Medium Violet Red. HEX triplet: C9, 05 and 9A. RGB value is (201,5,154). Sum of RGB (Red+Green+Blue) = 201+5+154=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9059A is #36FA65. Grayscale: #505050. Windows color (decimal): -3603046 or 10094025. OLE color: 10094025.
HSL color Cylindrical-coordinate representation of color #C9059A: hue angle of 314.39º 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 #C9059A is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 154 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.21 |
| HSL | 314.39º | 0.95% | 0.4% | - |
| HSV(B) | 314.39º | 0.98% | 0.79% | - |
| XYZ | 29.97 | 14.86 | 31.86 | - |
| YUV | 80.59 | 169.43 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 154 | 0 | 0.98 | 0.23 | 0.21 | 314.39 | 0.95 | 0.4 |
| Hex | C9 | 5 | 9A | 0 | 62 | 17 | 15 | 13A | 5F | 28 |
| Octal | 311 | 5 | 232 | 0 | 142 | 27 | 25 | 472 | 137 | 50 |
| Binary | 11001001 | 101 | 10011010 | 0 | 1100010 | 10111 | 10101 | 100111010 | 1011111 | 101000 |
Color Harmonies of #C9059A
Complementary color
Monochromatic Colors of #C9059A
Black with #C9059A
Text Example
Text Example
White with #C9059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9059A; }
p { color: rgb(201,5,154); }
H1.HeaderClassName
{
color: #C9059A;
}
.AnyTagClassName
{
color: #C9059A;
}
</style>
background-color css
<style>
a { background-color: #C9059A; }
a { background-color: rgb(201,5,154); }
div.DivClassName
{
background-color: #C9059A;
}
.BgClassName
{
background-color: #C9059A;
}
</style>
border-color css
<style>
span { border-color: #C9059A; }
span { border-color: rgb(201,5,154); }
td.TdClassName
{
border-color: #C9059A;
}
.TagClassName
{
border-color: #C9059A;
}
</style>