Shades of Medium Violet Red #CD0E8B
Tints of Medium Violet Red #CD0E8B
RGB
CMYK
RGB Variations
Color information
#CD0E8B (or 0xCD0E8B) is known color: Medium Violet Red. HEX triplet: CD, 0E and 8B. RGB value is (205,14,139). Sum of RGB (Red+Green+Blue) = 205+14+139=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0E8B is #32F174. Grayscale: #555555. Windows color (decimal): -3338613 or 9113293. OLE color: 9113293.
HSL color Cylindrical-coordinate representation of color #CD0E8B: hue angle of 320.73º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0E8B is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 14 | 139 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.20 |
| HSL | 320.73º | 0.87% | 0.43% | - |
| HSV(B) | 320.73º | 0.93% | 0.8% | - |
| XYZ | 29.99 | 15.16 | 25.77 | - |
| YUV | 85.36 | 158.28 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 14 | 139 | 0 | 0.93 | 0.32 | 0.20 | 320.73 | 0.87 | 0.43 |
| Hex | CD | E | 8B | 0 | 5D | 20 | 14 | 141 | 57 | 2B |
| Octal | 315 | 16 | 213 | 0 | 135 | 40 | 24 | 501 | 127 | 53 |
| Binary | 11001101 | 1110 | 10001011 | 0 | 1011101 | 100000 | 10100 | 101000001 | 1010111 | 101011 |
Color Harmonies of #CD0E8B
Complementary color
Monochromatic Colors of #CD0E8B
Black with #CD0E8B
Text Example
Text Example
White with #CD0E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0E8B; }
p { color: rgb(205,14,139); }
H1.HeaderClassName
{
color: #CD0E8B;
}
.AnyTagClassName
{
color: #CD0E8B;
}
</style>
background-color css
<style>
a { background-color: #CD0E8B; }
a { background-color: rgb(205,14,139); }
div.DivClassName
{
background-color: #CD0E8B;
}
.BgClassName
{
background-color: #CD0E8B;
}
</style>
border-color css
<style>
span { border-color: #CD0E8B; }
span { border-color: rgb(205,14,139); }
td.TdClassName
{
border-color: #CD0E8B;
}
.TagClassName
{
border-color: #CD0E8B;
}
</style>