Shades of Medium Violet Red #CD117D
Tints of Medium Violet Red #CD117D
RGB
CMYK
RGB Variations
Color information
#CD117D (or 0xCD117D) is known color: Medium Violet Red. HEX triplet: CD, 11 and 7D. RGB value is (205,17,125). Sum of RGB (Red+Green+Blue) = 205+17+125=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD117D is #32EE82. Grayscale: #555555. Windows color (decimal): -3337859 or 8196557. OLE color: 8196557.
HSL color Cylindrical-coordinate representation of color #CD117D: hue angle of 325.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD117D is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 125 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.20 |
| HSL | 325.53º | 0.85% | 0.44% | - |
| HSV(B) | 325.53º | 0.92% | 0.8% | - |
| XYZ | 29.08 | 14.86 | 20.74 | - |
| YUV | 85.52 | 150.28 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 125 | 0 | 0.92 | 0.39 | 0.20 | 325.53 | 0.85 | 0.44 |
| Hex | CD | 11 | 7D | 0 | 5C | 27 | 14 | 146 | 55 | 2C |
| Octal | 315 | 21 | 175 | 0 | 134 | 47 | 24 | 506 | 125 | 54 |
| Binary | 11001101 | 10001 | 1111101 | 0 | 1011100 | 100111 | 10100 | 101000110 | 1010101 | 101100 |
Color Harmonies of #CD117D
Complementary color
Monochromatic Colors of #CD117D
Black with #CD117D
Text Example
Text Example
White with #CD117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD117D; }
p { color: rgb(205,17,125); }
H1.HeaderClassName
{
color: #CD117D;
}
.AnyTagClassName
{
color: #CD117D;
}
</style>
background-color css
<style>
a { background-color: #CD117D; }
a { background-color: rgb(205,17,125); }
div.DivClassName
{
background-color: #CD117D;
}
.BgClassName
{
background-color: #CD117D;
}
</style>
border-color css
<style>
span { border-color: #CD117D; }
span { border-color: rgb(205,17,125); }
td.TdClassName
{
border-color: #CD117D;
}
.TagClassName
{
border-color: #CD117D;
}
</style>