Shades of Medium Violet Red #C9036C
Tints of Medium Violet Red #C9036C
RGB
CMYK
RGB Variations
Color information
#C9036C (or 0xC9036C) is known color: Medium Violet Red. HEX triplet: C9, 03 and 6C. RGB value is (201,3,108). Sum of RGB (Red+Green+Blue) = 201+3+108=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9036C is #36FC93. Grayscale: #494949. Windows color (decimal): -3603604 or 7078857. OLE color: 7078857.
HSL color Cylindrical-coordinate representation of color #C9036C: hue angle of 328.18º 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 #C9036C is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 108 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.21 |
| HSL | 328.18º | 0.97% | 0.4% | - |
| HSV(B) | 328.18º | 0.99% | 0.79% | - |
| XYZ | 26.83 | 13.57 | 15.39 | - |
| YUV | 74.17 | 147.1 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 108 | 0 | 0.99 | 0.46 | 0.21 | 328.18 | 0.97 | 0.4 |
| Hex | C9 | 3 | 6C | 0 | 63 | 2E | 15 | 148 | 61 | 28 |
| Octal | 311 | 3 | 154 | 0 | 143 | 56 | 25 | 510 | 141 | 50 |
| Binary | 11001001 | 11 | 1101100 | 0 | 1100011 | 101110 | 10101 | 101001000 | 1100001 | 101000 |
Color Harmonies of #C9036C
Complementary color
Monochromatic Colors of #C9036C
Black with #C9036C
Text Example
Text Example
White with #C9036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9036C; }
p { color: rgb(201,3,108); }
H1.HeaderClassName
{
color: #C9036C;
}
.AnyTagClassName
{
color: #C9036C;
}
</style>
background-color css
<style>
a { background-color: #C9036C; }
a { background-color: rgb(201,3,108); }
div.DivClassName
{
background-color: #C9036C;
}
.BgClassName
{
background-color: #C9036C;
}
</style>
border-color css
<style>
span { border-color: #C9036C; }
span { border-color: rgb(201,3,108); }
td.TdClassName
{
border-color: #C9036C;
}
.TagClassName
{
border-color: #C9036C;
}
</style>