Shades of Medium Violet Red #C9036D
Tints of Medium Violet Red #C9036D
RGB
CMYK
RGB Variations
Color information
#C9036D (or 0xC9036D) is known color: Medium Violet Red. HEX triplet: C9, 03 and 6D. RGB value is (201,3,109). Sum of RGB (Red+Green+Blue) = 201+3+109=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9036D is #36FC92. Grayscale: #4A4A4A. Windows color (decimal): -3603603 or 7144393. OLE color: 7144393.
HSL color Cylindrical-coordinate representation of color #C9036D: hue angle of 327.88º 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 #C9036D is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.21 |
| HSL | 327.88º | 0.97% | 0.4% | - |
| HSV(B) | 327.88º | 0.99% | 0.79% | - |
| XYZ | 26.88 | 13.59 | 15.67 | - |
| YUV | 74.29 | 147.6 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 109 | 0 | 0.99 | 0.46 | 0.21 | 327.88 | 0.97 | 0.4 |
| Hex | C9 | 3 | 6D | 0 | 63 | 2E | 15 | 148 | 61 | 28 |
| Octal | 311 | 3 | 155 | 0 | 143 | 56 | 25 | 510 | 141 | 50 |
| Binary | 11001001 | 11 | 1101101 | 0 | 1100011 | 101110 | 10101 | 101001000 | 1100001 | 101000 |
Color Harmonies of #C9036D
Complementary color
Monochromatic Colors of #C9036D
Black with #C9036D
Text Example
Text Example
White with #C9036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9036D; }
p { color: rgb(201,3,109); }
H1.HeaderClassName
{
color: #C9036D;
}
.AnyTagClassName
{
color: #C9036D;
}
</style>
background-color css
<style>
a { background-color: #C9036D; }
a { background-color: rgb(201,3,109); }
div.DivClassName
{
background-color: #C9036D;
}
.BgClassName
{
background-color: #C9036D;
}
</style>
border-color css
<style>
span { border-color: #C9036D; }
span { border-color: rgb(201,3,109); }
td.TdClassName
{
border-color: #C9036D;
}
.TagClassName
{
border-color: #C9036D;
}
</style>