Shades of Medium Violet Red #CD089B
Tints of Medium Violet Red #CD089B
RGB
CMYK
RGB Variations
Color information
#CD089B (or 0xCD089B) is known color: Medium Violet Red. HEX triplet: CD, 08 and 9B. RGB value is (205,8,155). Sum of RGB (Red+Green+Blue) = 205+8+155=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD089B is #32F764. Grayscale: #535353. Windows color (decimal): -3340133 or 10160333. OLE color: 10160333.
HSL color Cylindrical-coordinate representation of color #CD089B: hue angle of 315.23º 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 #CD089B is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.20 |
| HSL | 315.23º | 0.92% | 0.42% | - |
| HSV(B) | 315.23º | 0.96% | 0.8% | - |
| XYZ | 31.18 | 15.52 | 32.36 | - |
| YUV | 83.66 | 168.27 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 155 | 0 | 0.96 | 0.24 | 0.20 | 315.23 | 0.92 | 0.42 |
| Hex | CD | 8 | 9B | 0 | 60 | 18 | 14 | 13B | 5C | 2A |
| Octal | 315 | 10 | 233 | 0 | 140 | 30 | 24 | 473 | 134 | 52 |
| Binary | 11001101 | 1000 | 10011011 | 0 | 1100000 | 11000 | 10100 | 100111011 | 1011100 | 101010 |
Color Harmonies of #CD089B
Complementary color
Monochromatic Colors of #CD089B
Black with #CD089B
Text Example
Text Example
White with #CD089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD089B; }
p { color: rgb(205,8,155); }
H1.HeaderClassName
{
color: #CD089B;
}
.AnyTagClassName
{
color: #CD089B;
}
</style>
background-color css
<style>
a { background-color: #CD089B; }
a { background-color: rgb(205,8,155); }
div.DivClassName
{
background-color: #CD089B;
}
.BgClassName
{
background-color: #CD089B;
}
</style>
border-color css
<style>
span { border-color: #CD089B; }
span { border-color: rgb(205,8,155); }
td.TdClassName
{
border-color: #CD089B;
}
.TagClassName
{
border-color: #CD089B;
}
</style>