Shades of Medium Violet Red #CD157D
Tints of Medium Violet Red #CD157D
RGB
CMYK
RGB Variations
Color information
#CD157D (or 0xCD157D) is known color: Medium Violet Red. HEX triplet: CD, 15 and 7D. RGB value is (205,21,125). Sum of RGB (Red+Green+Blue) = 205+21+125=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD157D is #32EA82. Grayscale: #575757. Windows color (decimal): -3336835 or 8197581. OLE color: 8197581.
HSL color Cylindrical-coordinate representation of color #CD157D: hue angle of 326.09º degrees, saturation: 0.81, 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 #CD157D is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 125 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.20 |
| HSL | 326.09º | 0.81% | 0.44% | - |
| HSV(B) | 326.09º | 0.9% | 0.8% | - |
| XYZ | 29.15 | 15 | 20.76 | - |
| YUV | 87.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 125 | 0 | 0.90 | 0.39 | 0.20 | 326.09 | 0.81 | 0.44 |
| Hex | CD | 15 | 7D | 0 | 5A | 27 | 14 | 146 | 51 | 2C |
| Octal | 315 | 25 | 175 | 0 | 132 | 47 | 24 | 506 | 121 | 54 |
| Binary | 11001101 | 10101 | 1111101 | 0 | 1011010 | 100111 | 10100 | 101000110 | 1010001 | 101100 |
Color Harmonies of #CD157D
Complementary color
Monochromatic Colors of #CD157D
Black with #CD157D
Text Example
Text Example
White with #CD157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD157D; }
p { color: rgb(205,21,125); }
H1.HeaderClassName
{
color: #CD157D;
}
.AnyTagClassName
{
color: #CD157D;
}
</style>
background-color css
<style>
a { background-color: #CD157D; }
a { background-color: rgb(205,21,125); }
div.DivClassName
{
background-color: #CD157D;
}
.BgClassName
{
background-color: #CD157D;
}
</style>
border-color css
<style>
span { border-color: #CD157D; }
span { border-color: rgb(205,21,125); }
td.TdClassName
{
border-color: #CD157D;
}
.TagClassName
{
border-color: #CD157D;
}
</style>