Shades of Medium Violet Red #CD118D
Tints of Medium Violet Red #CD118D
RGB
CMYK
RGB Variations
Color information
#CD118D (or 0xCD118D) is known color: Medium Violet Red. HEX triplet: CD, 11 and 8D. RGB value is (205,17,141). Sum of RGB (Red+Green+Blue) = 205+17+141=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD118D is #32EE72. Grayscale: #575757. Windows color (decimal): -3337843 or 9245133. OLE color: 9245133.
HSL color Cylindrical-coordinate representation of color #CD118D: hue angle of 320.43º 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 #CD118D is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 141 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.20 |
| HSL | 320.43º | 0.85% | 0.44% | - |
| HSV(B) | 320.43º | 0.92% | 0.8% | - |
| XYZ | 30.19 | 15.3 | 26.56 | - |
| YUV | 87.35 | 158.28 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 141 | 0 | 0.92 | 0.31 | 0.20 | 320.43 | 0.85 | 0.44 |
| Hex | CD | 11 | 8D | 0 | 5C | 1F | 14 | 140 | 55 | 2C |
| Octal | 315 | 21 | 215 | 0 | 134 | 37 | 24 | 500 | 125 | 54 |
| Binary | 11001101 | 10001 | 10001101 | 0 | 1011100 | 11111 | 10100 | 101000000 | 1010101 | 101100 |
Color Harmonies of #CD118D
Complementary color
Monochromatic Colors of #CD118D
Black with #CD118D
Text Example
Text Example
White with #CD118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD118D; }
p { color: rgb(205,17,141); }
H1.HeaderClassName
{
color: #CD118D;
}
.AnyTagClassName
{
color: #CD118D;
}
</style>
background-color css
<style>
a { background-color: #CD118D; }
a { background-color: rgb(205,17,141); }
div.DivClassName
{
background-color: #CD118D;
}
.BgClassName
{
background-color: #CD118D;
}
</style>
border-color css
<style>
span { border-color: #CD118D; }
span { border-color: rgb(205,17,141); }
td.TdClassName
{
border-color: #CD118D;
}
.TagClassName
{
border-color: #CD118D;
}
</style>