Shades of Medium Violet Red #CD147C
Tints of Medium Violet Red #CD147C
RGB
CMYK
RGB Variations
Color information
#CD147C (or 0xCD147C) is known color: Medium Violet Red. HEX triplet: CD, 14 and 7C. RGB value is (205,20,124). Sum of RGB (Red+Green+Blue) = 205+20+124=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD147C is #32EB83. Grayscale: #565656. Windows color (decimal): -3337092 or 8131789. OLE color: 8131789.
HSL color Cylindrical-coordinate representation of color #CD147C: hue angle of 326.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 #CD147C is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 124 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.20 |
| HSL | 326.27º | 0.82% | 0.44% | - |
| HSV(B) | 326.27º | 0.9% | 0.8% | - |
| XYZ | 29.07 | 14.93 | 20.42 | - |
| YUV | 87.17 | 148.79 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 124 | 0 | 0.90 | 0.40 | 0.20 | 326.27 | 0.82 | 0.44 |
| Hex | CD | 14 | 7C | 0 | 5A | 28 | 14 | 146 | 52 | 2C |
| Octal | 315 | 24 | 174 | 0 | 132 | 50 | 24 | 506 | 122 | 54 |
| Binary | 11001101 | 10100 | 1111100 | 0 | 1011010 | 101000 | 10100 | 101000110 | 1010010 | 101100 |
Color Harmonies of #CD147C
Complementary color
Monochromatic Colors of #CD147C
Black with #CD147C
Text Example
Text Example
White with #CD147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD147C; }
p { color: rgb(205,20,124); }
H1.HeaderClassName
{
color: #CD147C;
}
.AnyTagClassName
{
color: #CD147C;
}
</style>
background-color css
<style>
a { background-color: #CD147C; }
a { background-color: rgb(205,20,124); }
div.DivClassName
{
background-color: #CD147C;
}
.BgClassName
{
background-color: #CD147C;
}
</style>
border-color css
<style>
span { border-color: #CD147C; }
span { border-color: rgb(205,20,124); }
td.TdClassName
{
border-color: #CD147C;
}
.TagClassName
{
border-color: #CD147C;
}
</style>