Shades of Medium Violet Red #CD119E
Tints of Medium Violet Red #CD119E
RGB
CMYK
RGB Variations
Color information
#CD119E (or 0xCD119E) is known color: Medium Violet Red. HEX triplet: CD, 11 and 9E. RGB value is (205,17,158). Sum of RGB (Red+Green+Blue) = 205+17+158=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD119E is #32EE61. Grayscale: #585858. Windows color (decimal): -3337826 or 10359245. OLE color: 10359245.
HSL color Cylindrical-coordinate representation of color #CD119E: hue angle of 315º 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 #CD119E is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 158 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.20 |
| HSL | 315º | 0.85% | 0.44% | - |
| HSV(B) | 315º | 0.92% | 0.8% | - |
| XYZ | 31.55 | 15.85 | 33.74 | - |
| YUV | 89.29 | 166.78 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 158 | 0 | 0.92 | 0.23 | 0.20 | 315 | 0.85 | 0.44 |
| Hex | CD | 11 | 9E | 0 | 5C | 17 | 14 | 13B | 55 | 2C |
| Octal | 315 | 21 | 236 | 0 | 134 | 27 | 24 | 473 | 125 | 54 |
| Binary | 11001101 | 10001 | 10011110 | 0 | 1011100 | 10111 | 10100 | 100111011 | 1010101 | 101100 |
Color Harmonies of #CD119E
Complementary color
Monochromatic Colors of #CD119E
Black with #CD119E
Text Example
Text Example
White with #CD119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD119E; }
p { color: rgb(205,17,158); }
H1.HeaderClassName
{
color: #CD119E;
}
.AnyTagClassName
{
color: #CD119E;
}
</style>
background-color css
<style>
a { background-color: #CD119E; }
a { background-color: rgb(205,17,158); }
div.DivClassName
{
background-color: #CD119E;
}
.BgClassName
{
background-color: #CD119E;
}
</style>
border-color css
<style>
span { border-color: #CD119E; }
span { border-color: rgb(205,17,158); }
td.TdClassName
{
border-color: #CD119E;
}
.TagClassName
{
border-color: #CD119E;
}
</style>