Shades of Medium Violet Red #CD14A1
Tints of Medium Violet Red #CD14A1
RGB
CMYK
RGB Variations
Color information
#CD14A1 (or 0xCD14A1) is known color: Medium Violet Red. HEX triplet: CD, 14 and A1. RGB value is (205,20,161). Sum of RGB (Red+Green+Blue) = 205+20+161=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD14A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD14A1 is #32EB5E. Grayscale: #5B5B5B. Windows color (decimal): -3337055 or 10556621. OLE color: 10556621.
HSL color Cylindrical-coordinate representation of color #CD14A1: hue angle of 314.27º 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 #CD14A1 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 161 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.20 |
| HSL | 314.27º | 0.82% | 0.44% | - |
| HSV(B) | 314.27º | 0.9% | 0.8% | - |
| XYZ | 31.86 | 16.05 | 35.14 | - |
| YUV | 91.39 | 167.29 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 161 | 0 | 0.90 | 0.21 | 0.20 | 314.27 | 0.82 | 0.44 |
| Hex | CD | 14 | A1 | 0 | 5A | 15 | 14 | 13A | 52 | 2C |
| Octal | 315 | 24 | 241 | 0 | 132 | 25 | 24 | 472 | 122 | 54 |
| Binary | 11001101 | 10100 | 10100001 | 0 | 1011010 | 10101 | 10100 | 100111010 | 1010010 | 101100 |
Color Harmonies of #CD14A1
Complementary color
Monochromatic Colors of #CD14A1
Black with #CD14A1
Text Example
Text Example
White with #CD14A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14A1; }
p { color: rgb(205,20,161); }
H1.HeaderClassName
{
color: #CD14A1;
}
.AnyTagClassName
{
color: #CD14A1;
}
</style>
background-color css
<style>
a { background-color: #CD14A1; }
a { background-color: rgb(205,20,161); }
div.DivClassName
{
background-color: #CD14A1;
}
.BgClassName
{
background-color: #CD14A1;
}
</style>
border-color css
<style>
span { border-color: #CD14A1; }
span { border-color: rgb(205,20,161); }
td.TdClassName
{
border-color: #CD14A1;
}
.TagClassName
{
border-color: #CD14A1;
}
</style>