Shades of Medium Violet Red #CD0289
Tints of Medium Violet Red #CD0289
RGB
CMYK
RGB Variations
Color information
#CD0289 (or 0xCD0289) is known color: Medium Violet Red. HEX triplet: CD, 02 and 89. RGB value is (205,2,137). Sum of RGB (Red+Green+Blue) = 205+2+137=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0289 is #32FD76. Grayscale: #4D4D4D. Windows color (decimal): -3341687 or 8979149. OLE color: 8979149.
HSL color Cylindrical-coordinate representation of color #CD0289: hue angle of 320.1º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0289 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 137 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.20 |
| HSL | 320.1º | 0.98% | 0.41% | - |
| HSV(B) | 320.1º | 0.99% | 0.8% | - |
| XYZ | 29.71 | 14.83 | 24.96 | - |
| YUV | 78.09 | 161.25 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 137 | 0 | 0.99 | 0.33 | 0.20 | 320.1 | 0.98 | 0.41 |
| Hex | CD | 2 | 89 | 0 | 63 | 21 | 14 | 140 | 62 | 29 |
| Octal | 315 | 2 | 211 | 0 | 143 | 41 | 24 | 500 | 142 | 51 |
| Binary | 11001101 | 10 | 10001001 | 0 | 1100011 | 100001 | 10100 | 101000000 | 1100010 | 101001 |
Color Harmonies of #CD0289
Complementary color
Monochromatic Colors of #CD0289
Black with #CD0289
Text Example
Text Example
White with #CD0289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0289; }
p { color: rgb(205,2,137); }
H1.HeaderClassName
{
color: #CD0289;
}
.AnyTagClassName
{
color: #CD0289;
}
</style>
background-color css
<style>
a { background-color: #CD0289; }
a { background-color: rgb(205,2,137); }
div.DivClassName
{
background-color: #CD0289;
}
.BgClassName
{
background-color: #CD0289;
}
</style>
border-color css
<style>
span { border-color: #CD0289; }
span { border-color: rgb(205,2,137); }
td.TdClassName
{
border-color: #CD0289;
}
.TagClassName
{
border-color: #CD0289;
}
</style>