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