Shades of Medium Violet Red #CD2088
Tints of Medium Violet Red #CD2088
RGB
CMYK
RGB Variations
Color information
#CD2088 (or 0xCD2088) is known color: Medium Violet Red. HEX triplet: CD, 20 and 88. RGB value is (205,32,136). Sum of RGB (Red+Green+Blue) = 205+32+136=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2088 is #32DF77. Grayscale: #5F5F5F. Windows color (decimal): -3334008 or 8921293. OLE color: 8921293.
HSL color Cylindrical-coordinate representation of color #CD2088: hue angle of 323.93º 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 #CD2088 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 136 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.20 |
| HSL | 323.93º | 0.73% | 0.46% | - |
| HSV(B) | 323.93º | 0.84% | 0.8% | - |
| XYZ | 30.14 | 15.79 | 24.75 | - |
| YUV | 95.58 | 150.81 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 136 | 0 | 0.84 | 0.34 | 0.20 | 323.93 | 0.73 | 0.46 |
| Hex | CD | 20 | 88 | 0 | 54 | 22 | 14 | 144 | 49 | 2E |
| Octal | 315 | 40 | 210 | 0 | 124 | 42 | 24 | 504 | 111 | 56 |
| Binary | 11001101 | 100000 | 10001000 | 0 | 1010100 | 100010 | 10100 | 101000100 | 1001001 | 101110 |
Color Harmonies of #CD2088
Complementary color
Monochromatic Colors of #CD2088
Black with #CD2088
Text Example
Text Example
White with #CD2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2088; }
p { color: rgb(205,32,136); }
H1.HeaderClassName
{
color: #CD2088;
}
.AnyTagClassName
{
color: #CD2088;
}
</style>
background-color css
<style>
a { background-color: #CD2088; }
a { background-color: rgb(205,32,136); }
div.DivClassName
{
background-color: #CD2088;
}
.BgClassName
{
background-color: #CD2088;
}
</style>
border-color css
<style>
span { border-color: #CD2088; }
span { border-color: rgb(205,32,136); }
td.TdClassName
{
border-color: #CD2088;
}
.TagClassName
{
border-color: #CD2088;
}
</style>