Shades of Medium Violet Red #CD0089
Tints of Medium Violet Red #CD0089
RGB
CMYK
RGB Variations
Color information
#CD0089 (or 0xCD0089) is known color: Medium Violet Red. HEX triplet: CD, 00 and 89. RGB value is (205,0,137). Sum of RGB (Red+Green+Blue) = 205+0+137=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0089 is #32FF76. Grayscale: #4C4C4C. Windows color (decimal): -3342199 or 8978637. OLE color: 8978637.
HSL color Cylindrical-coordinate representation of color #CD0089: hue angle of 319.9º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0089 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.33 | 0.20 |
| HSL | 319.9º | 1% | 0.4% | - |
| HSV(B) | 319.9º | 1% | 0.8% | - |
| XYZ | 29.69 | 14.79 | 24.96 | - |
| YUV | 76.91 | 161.92 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 137 | 0 | 1 | 0.33 | 0.20 | 319.9 | 1 | 0.4 |
| Hex | CD | 0 | 89 | 0 | 64 | 21 | 14 | 140 | 64 | 28 |
| Octal | 315 | 0 | 211 | 0 | 144 | 41 | 24 | 500 | 144 | 50 |
| Binary | 11001101 | 0 | 10001001 | 0 | 1100100 | 100001 | 10100 | 101000000 | 1100100 | 101000 |
Color Harmonies of #CD0089
Complementary color
Monochromatic Colors of #CD0089
Black with #CD0089
Text Example
Text Example
White with #CD0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0089; }
p { color: rgb(205,0,137); }
H1.HeaderClassName
{
color: #CD0089;
}
.AnyTagClassName
{
color: #CD0089;
}
</style>
background-color css
<style>
a { background-color: #CD0089; }
a { background-color: rgb(205,0,137); }
div.DivClassName
{
background-color: #CD0089;
}
.BgClassName
{
background-color: #CD0089;
}
</style>
border-color css
<style>
span { border-color: #CD0089; }
span { border-color: rgb(205,0,137); }
td.TdClassName
{
border-color: #CD0089;
}
.TagClassName
{
border-color: #CD0089;
}
</style>