Shades of Medium Violet Red #CD2090
Tints of Medium Violet Red #CD2090
RGB
CMYK
RGB Variations
Color information
#CD2090 (or 0xCD2090) is known color: Medium Violet Red. HEX triplet: CD, 20 and 90. RGB value is (205,32,144). Sum of RGB (Red+Green+Blue) = 205+32+144=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2090 is #32DF6F. Grayscale: #606060. Windows color (decimal): -3334000 or 9445581. OLE color: 9445581.
HSL color Cylindrical-coordinate representation of color #CD2090: hue angle of 321.16º 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 #CD2090 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 144 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.20 |
| HSL | 321.16º | 0.73% | 0.46% | - |
| HSV(B) | 321.16º | 0.84% | 0.8% | - |
| XYZ | 30.73 | 16.03 | 27.86 | - |
| YUV | 96.5 | 154.81 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 144 | 0 | 0.84 | 0.30 | 0.20 | 321.16 | 0.73 | 0.46 |
| Hex | CD | 20 | 90 | 0 | 54 | 1E | 14 | 141 | 49 | 2E |
| Octal | 315 | 40 | 220 | 0 | 124 | 36 | 24 | 501 | 111 | 56 |
| Binary | 11001101 | 100000 | 10010000 | 0 | 1010100 | 11110 | 10100 | 101000001 | 1001001 | 101110 |
Color Harmonies of #CD2090
Complementary color
Monochromatic Colors of #CD2090
Black with #CD2090
Text Example
Text Example
White with #CD2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2090; }
p { color: rgb(205,32,144); }
H1.HeaderClassName
{
color: #CD2090;
}
.AnyTagClassName
{
color: #CD2090;
}
</style>
background-color css
<style>
a { background-color: #CD2090; }
a { background-color: rgb(205,32,144); }
div.DivClassName
{
background-color: #CD2090;
}
.BgClassName
{
background-color: #CD2090;
}
</style>
border-color css
<style>
span { border-color: #CD2090; }
span { border-color: rgb(205,32,144); }
td.TdClassName
{
border-color: #CD2090;
}
.TagClassName
{
border-color: #CD2090;
}
</style>