Shades of Medium Violet Red #CD2091
Tints of Medium Violet Red #CD2091
RGB
CMYK
RGB Variations
Color information
#CD2091 (or 0xCD2091) is known color: Medium Violet Red. HEX triplet: CD, 20 and 91. RGB value is (205,32,145). Sum of RGB (Red+Green+Blue) = 205+32+145=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2091 is #32DF6E. Grayscale: #606060. Windows color (decimal): -3333999 or 9511117. OLE color: 9511117.
HSL color Cylindrical-coordinate representation of color #CD2091: hue angle of 320.81º 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 #CD2091 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 145 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.20 |
| HSL | 320.81º | 0.73% | 0.46% | - |
| HSV(B) | 320.81º | 0.84% | 0.8% | - |
| XYZ | 30.8 | 16.06 | 28.26 | - |
| YUV | 96.61 | 155.31 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 145 | 0 | 0.84 | 0.29 | 0.20 | 320.81 | 0.73 | 0.46 |
| Hex | CD | 20 | 91 | 0 | 54 | 1D | 14 | 141 | 49 | 2E |
| Octal | 315 | 40 | 221 | 0 | 124 | 35 | 24 | 501 | 111 | 56 |
| Binary | 11001101 | 100000 | 10010001 | 0 | 1010100 | 11101 | 10100 | 101000001 | 1001001 | 101110 |
Color Harmonies of #CD2091
Complementary color
Monochromatic Colors of #CD2091
Black with #CD2091
Text Example
Text Example
White with #CD2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2091; }
p { color: rgb(205,32,145); }
H1.HeaderClassName
{
color: #CD2091;
}
.AnyTagClassName
{
color: #CD2091;
}
</style>
background-color css
<style>
a { background-color: #CD2091; }
a { background-color: rgb(205,32,145); }
div.DivClassName
{
background-color: #CD2091;
}
.BgClassName
{
background-color: #CD2091;
}
</style>
border-color css
<style>
span { border-color: #CD2091; }
span { border-color: rgb(205,32,145); }
td.TdClassName
{
border-color: #CD2091;
}
.TagClassName
{
border-color: #CD2091;
}
</style>