Shades of Medium Violet Red #C9057F
Tints of Medium Violet Red #C9057F
RGB
CMYK
RGB Variations
Color information
#C9057F (or 0xC9057F) is known color: Medium Violet Red. HEX triplet: C9, 05 and 7F. RGB value is (201,5,127). Sum of RGB (Red+Green+Blue) = 201+5+127=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9057F is #36FA80. Grayscale: #4D4D4D. Windows color (decimal): -3603073 or 8324553. OLE color: 8324553.
HSL color Cylindrical-coordinate representation of color #C9057F: hue angle of 322.65º 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 #C9057F is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.21 |
| HSL | 322.65º | 0.95% | 0.4% | - |
| HSV(B) | 322.65º | 0.98% | 0.79% | - |
| XYZ | 27.97 | 14.06 | 21.32 | - |
| YUV | 77.51 | 155.93 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 127 | 0 | 0.98 | 0.37 | 0.21 | 322.65 | 0.95 | 0.4 |
| Hex | C9 | 5 | 7F | 0 | 62 | 25 | 15 | 143 | 5F | 28 |
| Octal | 311 | 5 | 177 | 0 | 142 | 45 | 25 | 503 | 137 | 50 |
| Binary | 11001001 | 101 | 1111111 | 0 | 1100010 | 100101 | 10101 | 101000011 | 1011111 | 101000 |
Color Harmonies of #C9057F
Complementary color
Monochromatic Colors of #C9057F
Black with #C9057F
Text Example
Text Example
White with #C9057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9057F; }
p { color: rgb(201,5,127); }
H1.HeaderClassName
{
color: #C9057F;
}
.AnyTagClassName
{
color: #C9057F;
}
</style>
background-color css
<style>
a { background-color: #C9057F; }
a { background-color: rgb(201,5,127); }
div.DivClassName
{
background-color: #C9057F;
}
.BgClassName
{
background-color: #C9057F;
}
</style>
border-color css
<style>
span { border-color: #C9057F; }
span { border-color: rgb(201,5,127); }
td.TdClassName
{
border-color: #C9057F;
}
.TagClassName
{
border-color: #C9057F;
}
</style>