Shades of Medium Violet Red #C9057D
Tints of Medium Violet Red #C9057D
RGB
CMYK
RGB Variations
Color information
#C9057D (or 0xC9057D) is known color: Medium Violet Red. HEX triplet: C9, 05 and 7D. RGB value is (201,5,125). Sum of RGB (Red+Green+Blue) = 201+5+125=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9057D is #36FA82. Grayscale: #4D4D4D. Windows color (decimal): -3603075 or 8193481. OLE color: 8193481.
HSL color Cylindrical-coordinate representation of color #C9057D: hue angle of 323.27º 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 #C9057D is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.21 |
| HSL | 323.27º | 0.95% | 0.4% | - |
| HSV(B) | 323.27º | 0.98% | 0.79% | - |
| XYZ | 27.84 | 14.01 | 20.64 | - |
| YUV | 77.28 | 154.93 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 125 | 0 | 0.98 | 0.38 | 0.21 | 323.27 | 0.95 | 0.4 |
| Hex | C9 | 5 | 7D | 0 | 62 | 26 | 15 | 143 | 5F | 28 |
| Octal | 311 | 5 | 175 | 0 | 142 | 46 | 25 | 503 | 137 | 50 |
| Binary | 11001001 | 101 | 1111101 | 0 | 1100010 | 100110 | 10101 | 101000011 | 1011111 | 101000 |
Color Harmonies of #C9057D
Complementary color
Monochromatic Colors of #C9057D
Black with #C9057D
Text Example
Text Example
White with #C9057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9057D; }
p { color: rgb(201,5,125); }
H1.HeaderClassName
{
color: #C9057D;
}
.AnyTagClassName
{
color: #C9057D;
}
</style>
background-color css
<style>
a { background-color: #C9057D; }
a { background-color: rgb(201,5,125); }
div.DivClassName
{
background-color: #C9057D;
}
.BgClassName
{
background-color: #C9057D;
}
</style>
border-color css
<style>
span { border-color: #C9057D; }
span { border-color: rgb(201,5,125); }
td.TdClassName
{
border-color: #C9057D;
}
.TagClassName
{
border-color: #C9057D;
}
</style>