Shades of Medium Violet Red #CD208D
Tints of Medium Violet Red #CD208D
RGB
CMYK
RGB Variations
Color information
#CD208D (or 0xCD208D) is known color: Medium Violet Red. HEX triplet: CD, 20 and 8D. RGB value is (205,32,141). Sum of RGB (Red+Green+Blue) = 205+32+141=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD208D is #32DF72. Grayscale: #5F5F5F. Windows color (decimal): -3334003 or 9248973. OLE color: 9248973.
HSL color Cylindrical-coordinate representation of color #CD208D: hue angle of 322.2º 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 #CD208D is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 141 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.20 |
| HSL | 322.2º | 0.73% | 0.46% | - |
| HSV(B) | 322.2º | 0.84% | 0.8% | - |
| XYZ | 30.5 | 15.94 | 26.67 | - |
| YUV | 96.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 141 | 0 | 0.84 | 0.31 | 0.20 | 322.2 | 0.73 | 0.46 |
| Hex | CD | 20 | 8D | 0 | 54 | 1F | 14 | 142 | 49 | 2E |
| Octal | 315 | 40 | 215 | 0 | 124 | 37 | 24 | 502 | 111 | 56 |
| Binary | 11001101 | 100000 | 10001101 | 0 | 1010100 | 11111 | 10100 | 101000010 | 1001001 | 101110 |
Color Harmonies of #CD208D
Complementary color
Monochromatic Colors of #CD208D
Black with #CD208D
Text Example
Text Example
White with #CD208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD208D; }
p { color: rgb(205,32,141); }
H1.HeaderClassName
{
color: #CD208D;
}
.AnyTagClassName
{
color: #CD208D;
}
</style>
background-color css
<style>
a { background-color: #CD208D; }
a { background-color: rgb(205,32,141); }
div.DivClassName
{
background-color: #CD208D;
}
.BgClassName
{
background-color: #CD208D;
}
</style>
border-color css
<style>
span { border-color: #CD208D; }
span { border-color: rgb(205,32,141); }
td.TdClassName
{
border-color: #CD208D;
}
.TagClassName
{
border-color: #CD208D;
}
</style>