Shades of Medium Violet Red #CD139E
Tints of Medium Violet Red #CD139E
RGB
CMYK
RGB Variations
Color information
#CD139E (or 0xCD139E) is known color: Medium Violet Red. HEX triplet: CD, 13 and 9E. RGB value is (205,19,158). Sum of RGB (Red+Green+Blue) = 205+19+158=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD139E is #32EC61. Grayscale: #5A5A5A. Windows color (decimal): -3337314 or 10359757. OLE color: 10359757.
HSL color Cylindrical-coordinate representation of color #CD139E: hue angle of 315.16º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD139E is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 158 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.20 |
| HSL | 315.16º | 0.83% | 0.44% | - |
| HSV(B) | 315.16º | 0.91% | 0.8% | - |
| XYZ | 31.58 | 15.91 | 33.75 | - |
| YUV | 90.46 | 166.12 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 158 | 0 | 0.91 | 0.23 | 0.20 | 315.16 | 0.83 | 0.44 |
| Hex | CD | 13 | 9E | 0 | 5B | 17 | 14 | 13B | 53 | 2C |
| Octal | 315 | 23 | 236 | 0 | 133 | 27 | 24 | 473 | 123 | 54 |
| Binary | 11001101 | 10011 | 10011110 | 0 | 1011011 | 10111 | 10100 | 100111011 | 1010011 | 101100 |
Color Harmonies of #CD139E
Complementary color
Monochromatic Colors of #CD139E
Black with #CD139E
Text Example
Text Example
White with #CD139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD139E; }
p { color: rgb(205,19,158); }
H1.HeaderClassName
{
color: #CD139E;
}
.AnyTagClassName
{
color: #CD139E;
}
</style>
background-color css
<style>
a { background-color: #CD139E; }
a { background-color: rgb(205,19,158); }
div.DivClassName
{
background-color: #CD139E;
}
.BgClassName
{
background-color: #CD139E;
}
</style>
border-color css
<style>
span { border-color: #CD139E; }
span { border-color: rgb(205,19,158); }
td.TdClassName
{
border-color: #CD139E;
}
.TagClassName
{
border-color: #CD139E;
}
</style>