Shades of Medium Violet Red #CD088B
Tints of Medium Violet Red #CD088B
RGB
CMYK
RGB Variations
Color information
#CD088B (or 0xCD088B) is known color: Medium Violet Red. HEX triplet: CD, 08 and 8B. RGB value is (205,8,139). Sum of RGB (Red+Green+Blue) = 205+8+139=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD088B is #32F774. Grayscale: #515151. Windows color (decimal): -3340149 or 9111757. OLE color: 9111757.
HSL color Cylindrical-coordinate representation of color #CD088B: hue angle of 320.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD088B is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.20 |
| HSL | 320.1º | 0.92% | 0.42% | - |
| HSV(B) | 320.1º | 0.96% | 0.8% | - |
| XYZ | 29.92 | 15.02 | 25.75 | - |
| YUV | 81.84 | 160.27 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 139 | 0 | 0.96 | 0.32 | 0.20 | 320.1 | 0.92 | 0.42 |
| Hex | CD | 8 | 8B | 0 | 60 | 20 | 14 | 140 | 5C | 2A |
| Octal | 315 | 10 | 213 | 0 | 140 | 40 | 24 | 500 | 134 | 52 |
| Binary | 11001101 | 1000 | 10001011 | 0 | 1100000 | 100000 | 10100 | 101000000 | 1011100 | 101010 |
Color Harmonies of #CD088B
Complementary color
Monochromatic Colors of #CD088B
Black with #CD088B
Text Example
Text Example
White with #CD088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD088B; }
p { color: rgb(205,8,139); }
H1.HeaderClassName
{
color: #CD088B;
}
.AnyTagClassName
{
color: #CD088B;
}
</style>
background-color css
<style>
a { background-color: #CD088B; }
a { background-color: rgb(205,8,139); }
div.DivClassName
{
background-color: #CD088B;
}
.BgClassName
{
background-color: #CD088B;
}
</style>
border-color css
<style>
span { border-color: #CD088B; }
span { border-color: rgb(205,8,139); }
td.TdClassName
{
border-color: #CD088B;
}
.TagClassName
{
border-color: #CD088B;
}
</style>