Shades of Medium Violet Red #CD139A
Tints of Medium Violet Red #CD139A
RGB
CMYK
RGB Variations
Color information
#CD139A (or 0xCD139A) is known color: Medium Violet Red. HEX triplet: CD, 13 and 9A. RGB value is (205,19,154). Sum of RGB (Red+Green+Blue) = 205+19+154=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD139A is #32EC65. Grayscale: #595959. Windows color (decimal): -3337318 or 10097613. OLE color: 10097613.
HSL color Cylindrical-coordinate representation of color #CD139A: hue angle of 316.45º 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 #CD139A is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 154 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.20 |
| HSL | 316.45º | 0.83% | 0.44% | - |
| HSV(B) | 316.45º | 0.91% | 0.8% | - |
| XYZ | 31.24 | 15.78 | 31.97 | - |
| YUV | 90 | 164.12 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 154 | 0 | 0.91 | 0.25 | 0.20 | 316.45 | 0.83 | 0.44 |
| Hex | CD | 13 | 9A | 0 | 5B | 19 | 14 | 13C | 53 | 2C |
| Octal | 315 | 23 | 232 | 0 | 133 | 31 | 24 | 474 | 123 | 54 |
| Binary | 11001101 | 10011 | 10011010 | 0 | 1011011 | 11001 | 10100 | 100111100 | 1010011 | 101100 |
Color Harmonies of #CD139A
Complementary color
Monochromatic Colors of #CD139A
Black with #CD139A
Text Example
Text Example
White with #CD139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD139A; }
p { color: rgb(205,19,154); }
H1.HeaderClassName
{
color: #CD139A;
}
.AnyTagClassName
{
color: #CD139A;
}
</style>
background-color css
<style>
a { background-color: #CD139A; }
a { background-color: rgb(205,19,154); }
div.DivClassName
{
background-color: #CD139A;
}
.BgClassName
{
background-color: #CD139A;
}
</style>
border-color css
<style>
span { border-color: #CD139A; }
span { border-color: rgb(205,19,154); }
td.TdClassName
{
border-color: #CD139A;
}
.TagClassName
{
border-color: #CD139A;
}
</style>