Shades of Medium Violet Red #CD2080
Tints of Medium Violet Red #CD2080
RGB
CMYK
RGB Variations
Color information
#CD2080 (or 0xCD2080) is known color: Medium Violet Red. HEX triplet: CD, 20 and 80. RGB value is (205,32,128). Sum of RGB (Red+Green+Blue) = 205+32+128=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2080 is #32DF7F. Grayscale: #5E5E5E. Windows color (decimal): -3334016 or 8397005. OLE color: 8397005.
HSL color Cylindrical-coordinate representation of color #CD2080: hue angle of 326.71º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2080 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 128 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.20 |
| HSL | 326.71º | 0.73% | 0.46% | - |
| HSV(B) | 326.71º | 0.84% | 0.8% | - |
| XYZ | 29.59 | 15.57 | 21.87 | - |
| YUV | 94.67 | 146.81 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 128 | 0 | 0.84 | 0.38 | 0.20 | 326.71 | 0.73 | 0.46 |
| Hex | CD | 20 | 80 | 0 | 54 | 26 | 14 | 147 | 49 | 2E |
| Octal | 315 | 40 | 200 | 0 | 124 | 46 | 24 | 507 | 111 | 56 |
| Binary | 11001101 | 100000 | 10000000 | 0 | 1010100 | 100110 | 10100 | 101000111 | 1001001 | 101110 |
Color Harmonies of #CD2080
Complementary color
Monochromatic Colors of #CD2080
Black with #CD2080
Text Example
Text Example
White with #CD2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2080; }
p { color: rgb(205,32,128); }
H1.HeaderClassName
{
color: #CD2080;
}
.AnyTagClassName
{
color: #CD2080;
}
</style>
background-color css
<style>
a { background-color: #CD2080; }
a { background-color: rgb(205,32,128); }
div.DivClassName
{
background-color: #CD2080;
}
.BgClassName
{
background-color: #CD2080;
}
</style>
border-color css
<style>
span { border-color: #CD2080; }
span { border-color: rgb(205,32,128); }
td.TdClassName
{
border-color: #CD2080;
}
.TagClassName
{
border-color: #CD2080;
}
</style>