Shades of Medium Violet Red #CD158B
Tints of Medium Violet Red #CD158B
RGB
CMYK
RGB Variations
Color information
#CD158B (or 0xCD158B) is known color: Medium Violet Red. HEX triplet: CD, 15 and 8B. RGB value is (205,21,139). Sum of RGB (Red+Green+Blue) = 205+21+139=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD158B is #32EA74. Grayscale: #595959. Windows color (decimal): -3336821 or 9115085. OLE color: 9115085.
HSL color Cylindrical-coordinate representation of color #CD158B: hue angle of 321.52º 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 #CD158B is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 139 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.20 |
| HSL | 321.52º | 0.81% | 0.44% | - |
| HSV(B) | 321.52º | 0.9% | 0.8% | - |
| XYZ | 30.11 | 15.38 | 25.81 | - |
| YUV | 89.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 139 | 0 | 0.90 | 0.32 | 0.20 | 321.52 | 0.81 | 0.44 |
| Hex | CD | 15 | 8B | 0 | 5A | 20 | 14 | 142 | 51 | 2C |
| Octal | 315 | 25 | 213 | 0 | 132 | 40 | 24 | 502 | 121 | 54 |
| Binary | 11001101 | 10101 | 10001011 | 0 | 1011010 | 100000 | 10100 | 101000010 | 1010001 | 101100 |
Color Harmonies of #CD158B
Complementary color
Monochromatic Colors of #CD158B
Black with #CD158B
Text Example
Text Example
White with #CD158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD158B; }
p { color: rgb(205,21,139); }
H1.HeaderClassName
{
color: #CD158B;
}
.AnyTagClassName
{
color: #CD158B;
}
</style>
background-color css
<style>
a { background-color: #CD158B; }
a { background-color: rgb(205,21,139); }
div.DivClassName
{
background-color: #CD158B;
}
.BgClassName
{
background-color: #CD158B;
}
</style>
border-color css
<style>
span { border-color: #CD158B; }
span { border-color: rgb(205,21,139); }
td.TdClassName
{
border-color: #CD158B;
}
.TagClassName
{
border-color: #CD158B;
}
</style>