Shades of Medium Violet Red #CD177D
Tints of Medium Violet Red #CD177D
RGB
CMYK
RGB Variations
Color information
#CD177D (or 0xCD177D) is known color: Medium Violet Red. HEX triplet: CD, 17 and 7D. RGB value is (205,23,125). Sum of RGB (Red+Green+Blue) = 205+23+125=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD177D is #32E882. Grayscale: #585858. Windows color (decimal): -3336323 or 8198093. OLE color: 8198093.
HSL color Cylindrical-coordinate representation of color #CD177D: hue angle of 326.37º 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 #CD177D is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 125 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.20 |
| HSL | 326.37º | 0.8% | 0.45% | - |
| HSV(B) | 326.37º | 0.89% | 0.8% | - |
| XYZ | 29.18 | 15.07 | 20.77 | - |
| YUV | 89.05 | 148.3 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 125 | 0 | 0.89 | 0.39 | 0.20 | 326.37 | 0.8 | 0.45 |
| Hex | CD | 17 | 7D | 0 | 59 | 27 | 14 | 146 | 50 | 2D |
| Octal | 315 | 27 | 175 | 0 | 131 | 47 | 24 | 506 | 120 | 55 |
| Binary | 11001101 | 10111 | 1111101 | 0 | 1011001 | 100111 | 10100 | 101000110 | 1010000 | 101101 |
Color Harmonies of #CD177D
Complementary color
Monochromatic Colors of #CD177D
Black with #CD177D
Text Example
Text Example
White with #CD177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD177D; }
p { color: rgb(205,23,125); }
H1.HeaderClassName
{
color: #CD177D;
}
.AnyTagClassName
{
color: #CD177D;
}
</style>
background-color css
<style>
a { background-color: #CD177D; }
a { background-color: rgb(205,23,125); }
div.DivClassName
{
background-color: #CD177D;
}
.BgClassName
{
background-color: #CD177D;
}
</style>
border-color css
<style>
span { border-color: #CD177D; }
span { border-color: rgb(205,23,125); }
td.TdClassName
{
border-color: #CD177D;
}
.TagClassName
{
border-color: #CD177D;
}
</style>