Shades of Medium Violet Red #CD008D
Tints of Medium Violet Red #CD008D
RGB
CMYK
RGB Variations
Color information
#CD008D (or 0xCD008D) is known color: Medium Violet Red. HEX triplet: CD, 00 and 8D. RGB value is (205,0,141). Sum of RGB (Red+Green+Blue) = 205+0+141=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD008D is #32FF72. Grayscale: #4D4D4D. Windows color (decimal): -3342195 or 9240781. OLE color: 9240781.
HSL color Cylindrical-coordinate representation of color #CD008D: hue angle of 318.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD008D is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.31 | 0.20 |
| HSL | 318.73º | 1% | 0.4% | - |
| HSV(B) | 318.73º | 1% | 0.8% | - |
| XYZ | 29.98 | 14.9 | 26.5 | - |
| YUV | 77.37 | 163.92 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 141 | 0 | 1 | 0.31 | 0.20 | 318.73 | 1 | 0.4 |
| Hex | CD | 0 | 8D | 0 | 64 | 1F | 14 | 13F | 64 | 28 |
| Octal | 315 | 0 | 215 | 0 | 144 | 37 | 24 | 477 | 144 | 50 |
| Binary | 11001101 | 0 | 10001101 | 0 | 1100100 | 11111 | 10100 | 100111111 | 1100100 | 101000 |
Color Harmonies of #CD008D
Complementary color
Monochromatic Colors of #CD008D
Black with #CD008D
Text Example
Text Example
White with #CD008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD008D; }
p { color: rgb(205,0,141); }
H1.HeaderClassName
{
color: #CD008D;
}
.AnyTagClassName
{
color: #CD008D;
}
</style>
background-color css
<style>
a { background-color: #CD008D; }
a { background-color: rgb(205,0,141); }
div.DivClassName
{
background-color: #CD008D;
}
.BgClassName
{
background-color: #CD008D;
}
</style>
border-color css
<style>
span { border-color: #CD008D; }
span { border-color: rgb(205,0,141); }
td.TdClassName
{
border-color: #CD008D;
}
.TagClassName
{
border-color: #CD008D;
}
</style>