Shades of Medium Violet Red #CD14A0
Tints of Medium Violet Red #CD14A0
RGB
CMYK
RGB Variations
Color information
#CD14A0 (or 0xCD14A0) is known color: Medium Violet Red. HEX triplet: CD, 14 and A0. RGB value is (205,20,160). Sum of RGB (Red+Green+Blue) = 205+20+160=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD14A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD14A0 is #32EB5F. Grayscale: #5A5A5A. Windows color (decimal): -3337056 or 10491085. OLE color: 10491085.
HSL color Cylindrical-coordinate representation of color #CD14A0: hue angle of 314.59º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD14A0 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 160 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.20 |
| HSL | 314.59º | 0.82% | 0.44% | - |
| HSV(B) | 314.59º | 0.9% | 0.8% | - |
| XYZ | 31.77 | 16.02 | 34.67 | - |
| YUV | 91.28 | 166.79 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 160 | 0 | 0.90 | 0.22 | 0.20 | 314.59 | 0.82 | 0.44 |
| Hex | CD | 14 | A0 | 0 | 5A | 16 | 14 | 13B | 52 | 2C |
| Octal | 315 | 24 | 240 | 0 | 132 | 26 | 24 | 473 | 122 | 54 |
| Binary | 11001101 | 10100 | 10100000 | 0 | 1011010 | 10110 | 10100 | 100111011 | 1010010 | 101100 |
Color Harmonies of #CD14A0
Complementary color
Monochromatic Colors of #CD14A0
Black with #CD14A0
Text Example
Text Example
White with #CD14A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14A0; }
p { color: rgb(205,20,160); }
H1.HeaderClassName
{
color: #CD14A0;
}
.AnyTagClassName
{
color: #CD14A0;
}
</style>
background-color css
<style>
a { background-color: #CD14A0; }
a { background-color: rgb(205,20,160); }
div.DivClassName
{
background-color: #CD14A0;
}
.BgClassName
{
background-color: #CD14A0;
}
</style>
border-color css
<style>
span { border-color: #CD14A0; }
span { border-color: rgb(205,20,160); }
td.TdClassName
{
border-color: #CD14A0;
}
.TagClassName
{
border-color: #CD14A0;
}
</style>