Shades of Medium Violet Red #CD177C
Tints of Medium Violet Red #CD177C
RGB
CMYK
RGB Variations
Color information
#CD177C (or 0xCD177C) is known color: Medium Violet Red. HEX triplet: CD, 17 and 7C. RGB value is (205,23,124). Sum of RGB (Red+Green+Blue) = 205+23+124=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD177C is #32E883. Grayscale: #585858. Windows color (decimal): -3336324 or 8132557. OLE color: 8132557.
HSL color Cylindrical-coordinate representation of color #CD177C: hue angle of 326.7º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD177C is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 124 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.20 |
| HSL | 326.7º | 0.8% | 0.45% | - |
| HSV(B) | 326.7º | 0.89% | 0.8% | - |
| XYZ | 29.12 | 15.05 | 20.44 | - |
| YUV | 88.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 124 | 0 | 0.89 | 0.40 | 0.20 | 326.7 | 0.8 | 0.45 |
| Hex | CD | 17 | 7C | 0 | 59 | 28 | 14 | 147 | 50 | 2D |
| Octal | 315 | 27 | 174 | 0 | 131 | 50 | 24 | 507 | 120 | 55 |
| Binary | 11001101 | 10111 | 1111100 | 0 | 1011001 | 101000 | 10100 | 101000111 | 1010000 | 101101 |
Color Harmonies of #CD177C
Complementary color
Monochromatic Colors of #CD177C
Black with #CD177C
Text Example
Text Example
White with #CD177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD177C; }
p { color: rgb(205,23,124); }
H1.HeaderClassName
{
color: #CD177C;
}
.AnyTagClassName
{
color: #CD177C;
}
</style>
background-color css
<style>
a { background-color: #CD177C; }
a { background-color: rgb(205,23,124); }
div.DivClassName
{
background-color: #CD177C;
}
.BgClassName
{
background-color: #CD177C;
}
</style>
border-color css
<style>
span { border-color: #CD177C; }
span { border-color: rgb(205,23,124); }
td.TdClassName
{
border-color: #CD177C;
}
.TagClassName
{
border-color: #CD177C;
}
</style>