Shades of Medium Violet Red #C9037C
Tints of Medium Violet Red #C9037C
RGB
CMYK
RGB Variations
Color information
#C9037C (or 0xC9037C) is known color: Medium Violet Red. HEX triplet: C9, 03 and 7C. RGB value is (201,3,124). Sum of RGB (Red+Green+Blue) = 201+3+124=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9037C is #36FC83. Grayscale: #4B4B4B. Windows color (decimal): -3603588 or 8127433. OLE color: 8127433.
HSL color Cylindrical-coordinate representation of color #C9037C: hue angle of 323.33º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9037C is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.21 |
| HSL | 323.33º | 0.97% | 0.4% | - |
| HSV(B) | 323.33º | 0.99% | 0.79% | - |
| XYZ | 27.76 | 13.94 | 20.3 | - |
| YUV | 76 | 155.1 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 124 | 0 | 0.99 | 0.38 | 0.21 | 323.33 | 0.97 | 0.4 |
| Hex | C9 | 3 | 7C | 0 | 63 | 26 | 15 | 143 | 61 | 28 |
| Octal | 311 | 3 | 174 | 0 | 143 | 46 | 25 | 503 | 141 | 50 |
| Binary | 11001001 | 11 | 1111100 | 0 | 1100011 | 100110 | 10101 | 101000011 | 1100001 | 101000 |
Color Harmonies of #C9037C
Complementary color
Monochromatic Colors of #C9037C
Black with #C9037C
Text Example
Text Example
White with #C9037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9037C; }
p { color: rgb(201,3,124); }
H1.HeaderClassName
{
color: #C9037C;
}
.AnyTagClassName
{
color: #C9037C;
}
</style>
background-color css
<style>
a { background-color: #C9037C; }
a { background-color: rgb(201,3,124); }
div.DivClassName
{
background-color: #C9037C;
}
.BgClassName
{
background-color: #C9037C;
}
</style>
border-color css
<style>
span { border-color: #C9037C; }
span { border-color: rgb(201,3,124); }
td.TdClassName
{
border-color: #C9037C;
}
.TagClassName
{
border-color: #C9037C;
}
</style>