Shades of Medium Violet Red #CD117E
Tints of Medium Violet Red #CD117E
RGB
CMYK
RGB Variations
Color information
#CD117E (or 0xCD117E) is known color: Medium Violet Red. HEX triplet: CD, 11 and 7E. RGB value is (205,17,126). Sum of RGB (Red+Green+Blue) = 205+17+126=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD117E is #32EE81. Grayscale: #555555. Windows color (decimal): -3337858 or 8262093. OLE color: 8262093.
HSL color Cylindrical-coordinate representation of color #CD117E: hue angle of 325.21º 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 #CD117E is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 126 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.20 |
| HSL | 325.21º | 0.85% | 0.44% | - |
| HSV(B) | 325.21º | 0.92% | 0.8% | - |
| XYZ | 29.14 | 14.89 | 21.08 | - |
| YUV | 85.64 | 150.78 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 126 | 0 | 0.92 | 0.39 | 0.20 | 325.21 | 0.85 | 0.44 |
| Hex | CD | 11 | 7E | 0 | 5C | 27 | 14 | 145 | 55 | 2C |
| Octal | 315 | 21 | 176 | 0 | 134 | 47 | 24 | 505 | 125 | 54 |
| Binary | 11001101 | 10001 | 1111110 | 0 | 1011100 | 100111 | 10100 | 101000101 | 1010101 | 101100 |
Color Harmonies of #CD117E
Complementary color
Monochromatic Colors of #CD117E
Black with #CD117E
Text Example
Text Example
White with #CD117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD117E; }
p { color: rgb(205,17,126); }
H1.HeaderClassName
{
color: #CD117E;
}
.AnyTagClassName
{
color: #CD117E;
}
</style>
background-color css
<style>
a { background-color: #CD117E; }
a { background-color: rgb(205,17,126); }
div.DivClassName
{
background-color: #CD117E;
}
.BgClassName
{
background-color: #CD117E;
}
</style>
border-color css
<style>
span { border-color: #CD117E; }
span { border-color: rgb(205,17,126); }
td.TdClassName
{
border-color: #CD117E;
}
.TagClassName
{
border-color: #CD117E;
}
</style>