Shades of Medium Violet Red #CD137C
Tints of Medium Violet Red #CD137C
RGB
CMYK
RGB Variations
Color information
#CD137C (or 0xCD137C) is known color: Medium Violet Red. HEX triplet: CD, 13 and 7C. RGB value is (205,19,124). Sum of RGB (Red+Green+Blue) = 205+19+124=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD137C is #32EC83. Grayscale: #565656. Windows color (decimal): -3337348 or 8131533. OLE color: 8131533.
HSL color Cylindrical-coordinate representation of color #CD137C: hue angle of 326.13º 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 #CD137C is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 124 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.20 |
| HSL | 326.13º | 0.83% | 0.44% | - |
| HSV(B) | 326.13º | 0.91% | 0.8% | - |
| XYZ | 29.05 | 14.9 | 20.41 | - |
| YUV | 86.58 | 149.12 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 124 | 0 | 0.91 | 0.40 | 0.20 | 326.13 | 0.83 | 0.44 |
| Hex | CD | 13 | 7C | 0 | 5B | 28 | 14 | 146 | 53 | 2C |
| Octal | 315 | 23 | 174 | 0 | 133 | 50 | 24 | 506 | 123 | 54 |
| Binary | 11001101 | 10011 | 1111100 | 0 | 1011011 | 101000 | 10100 | 101000110 | 1010011 | 101100 |
Color Harmonies of #CD137C
Complementary color
Monochromatic Colors of #CD137C
Black with #CD137C
Text Example
Text Example
White with #CD137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD137C; }
p { color: rgb(205,19,124); }
H1.HeaderClassName
{
color: #CD137C;
}
.AnyTagClassName
{
color: #CD137C;
}
</style>
background-color css
<style>
a { background-color: #CD137C; }
a { background-color: rgb(205,19,124); }
div.DivClassName
{
background-color: #CD137C;
}
.BgClassName
{
background-color: #CD137C;
}
</style>
border-color css
<style>
span { border-color: #CD137C; }
span { border-color: rgb(205,19,124); }
td.TdClassName
{
border-color: #CD137C;
}
.TagClassName
{
border-color: #CD137C;
}
</style>