Shades of Medium Violet Red #CD119D
Tints of Medium Violet Red #CD119D
RGB
CMYK
RGB Variations
Color information
#CD119D (or 0xCD119D) is known color: Medium Violet Red. HEX triplet: CD, 11 and 9D. RGB value is (205,17,157). Sum of RGB (Red+Green+Blue) = 205+17+157=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD119D is #32EE62. Grayscale: #585858. Windows color (decimal): -3337827 or 10293709. OLE color: 10293709.
HSL color Cylindrical-coordinate representation of color #CD119D: hue angle of 315.32º 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 #CD119D is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 157 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.20 |
| HSL | 315.32º | 0.85% | 0.44% | - |
| HSV(B) | 315.32º | 0.92% | 0.8% | - |
| XYZ | 31.46 | 15.81 | 33.29 | - |
| YUV | 89.17 | 166.28 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 157 | 0 | 0.92 | 0.23 | 0.20 | 315.32 | 0.85 | 0.44 |
| Hex | CD | 11 | 9D | 0 | 5C | 17 | 14 | 13B | 55 | 2C |
| Octal | 315 | 21 | 235 | 0 | 134 | 27 | 24 | 473 | 125 | 54 |
| Binary | 11001101 | 10001 | 10011101 | 0 | 1011100 | 10111 | 10100 | 100111011 | 1010101 | 101100 |
Color Harmonies of #CD119D
Complementary color
Monochromatic Colors of #CD119D
Black with #CD119D
Text Example
Text Example
White with #CD119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD119D; }
p { color: rgb(205,17,157); }
H1.HeaderClassName
{
color: #CD119D;
}
.AnyTagClassName
{
color: #CD119D;
}
</style>
background-color css
<style>
a { background-color: #CD119D; }
a { background-color: rgb(205,17,157); }
div.DivClassName
{
background-color: #CD119D;
}
.BgClassName
{
background-color: #CD119D;
}
</style>
border-color css
<style>
span { border-color: #CD119D; }
span { border-color: rgb(205,17,157); }
td.TdClassName
{
border-color: #CD119D;
}
.TagClassName
{
border-color: #CD119D;
}
</style>