Shades of Medium Violet Red #C9056D
Tints of Medium Violet Red #C9056D
RGB
CMYK
RGB Variations
Color information
#C9056D (or 0xC9056D) is known color: Medium Violet Red. HEX triplet: C9, 05 and 6D. RGB value is (201,5,109). Sum of RGB (Red+Green+Blue) = 201+5+109=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9056D is #36FA92. Grayscale: #4B4B4B. Windows color (decimal): -3603091 or 7144905. OLE color: 7144905.
HSL color Cylindrical-coordinate representation of color #C9056D: hue angle of 328.16º 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 #C9056D is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.21 |
| HSL | 328.16º | 0.95% | 0.4% | - |
| HSV(B) | 328.16º | 0.98% | 0.79% | - |
| XYZ | 26.9 | 13.63 | 15.68 | - |
| YUV | 75.46 | 146.93 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 109 | 0 | 0.98 | 0.46 | 0.21 | 328.16 | 0.95 | 0.4 |
| Hex | C9 | 5 | 6D | 0 | 62 | 2E | 15 | 148 | 5F | 28 |
| Octal | 311 | 5 | 155 | 0 | 142 | 56 | 25 | 510 | 137 | 50 |
| Binary | 11001001 | 101 | 1101101 | 0 | 1100010 | 101110 | 10101 | 101001000 | 1011111 | 101000 |
Color Harmonies of #C9056D
Complementary color
Monochromatic Colors of #C9056D
Black with #C9056D
Text Example
Text Example
White with #C9056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9056D; }
p { color: rgb(201,5,109); }
H1.HeaderClassName
{
color: #C9056D;
}
.AnyTagClassName
{
color: #C9056D;
}
</style>
background-color css
<style>
a { background-color: #C9056D; }
a { background-color: rgb(201,5,109); }
div.DivClassName
{
background-color: #C9056D;
}
.BgClassName
{
background-color: #C9056D;
}
</style>
border-color css
<style>
span { border-color: #C9056D; }
span { border-color: rgb(201,5,109); }
td.TdClassName
{
border-color: #C9056D;
}
.TagClassName
{
border-color: #C9056D;
}
</style>