Shades of Medium Violet Red #CD149E
Tints of Medium Violet Red #CD149E
RGB
CMYK
RGB Variations
Color information
#CD149E (or 0xCD149E) is known color: Medium Violet Red. HEX triplet: CD, 14 and 9E. RGB value is (205,20,158). Sum of RGB (Red+Green+Blue) = 205+20+158=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD149E is #32EB61. Grayscale: #5A5A5A. Windows color (decimal): -3337058 or 10360013. OLE color: 10360013.
HSL color Cylindrical-coordinate representation of color #CD149E: hue angle of 315.24º 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 #CD149E is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 158 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.20 |
| HSL | 315.24º | 0.82% | 0.44% | - |
| HSV(B) | 315.24º | 0.9% | 0.8% | - |
| XYZ | 31.6 | 15.95 | 33.76 | - |
| YUV | 91.05 | 165.79 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 158 | 0 | 0.90 | 0.23 | 0.20 | 315.24 | 0.82 | 0.44 |
| Hex | CD | 14 | 9E | 0 | 5A | 17 | 14 | 13B | 52 | 2C |
| Octal | 315 | 24 | 236 | 0 | 132 | 27 | 24 | 473 | 122 | 54 |
| Binary | 11001101 | 10100 | 10011110 | 0 | 1011010 | 10111 | 10100 | 100111011 | 1010010 | 101100 |
Color Harmonies of #CD149E
Complementary color
Monochromatic Colors of #CD149E
Black with #CD149E
Text Example
Text Example
White with #CD149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD149E; }
p { color: rgb(205,20,158); }
H1.HeaderClassName
{
color: #CD149E;
}
.AnyTagClassName
{
color: #CD149E;
}
</style>
background-color css
<style>
a { background-color: #CD149E; }
a { background-color: rgb(205,20,158); }
div.DivClassName
{
background-color: #CD149E;
}
.BgClassName
{
background-color: #CD149E;
}
</style>
border-color css
<style>
span { border-color: #CD149E; }
span { border-color: rgb(205,20,158); }
td.TdClassName
{
border-color: #CD149E;
}
.TagClassName
{
border-color: #CD149E;
}
</style>