Shades of Medium Violet Red #CD1389
Tints of Medium Violet Red #CD1389
RGB
CMYK
RGB Variations
Color information
#CD1389 (or 0xCD1389) is known color: Medium Violet Red. HEX triplet: CD, 13 and 89. RGB value is (205,19,137). Sum of RGB (Red+Green+Blue) = 205+19+137=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1389 is #32EC76. Grayscale: #575757. Windows color (decimal): -3337335 or 8983501. OLE color: 8983501.
HSL color Cylindrical-coordinate representation of color #CD1389: hue angle of 321.94º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1389 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 137 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.20 |
| HSL | 321.94º | 0.83% | 0.44% | - |
| HSV(B) | 321.94º | 0.91% | 0.8% | - |
| XYZ | 29.93 | 15.25 | 25.03 | - |
| YUV | 88.07 | 155.62 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 137 | 0 | 0.91 | 0.33 | 0.20 | 321.94 | 0.83 | 0.44 |
| Hex | CD | 13 | 89 | 0 | 5B | 21 | 14 | 142 | 53 | 2C |
| Octal | 315 | 23 | 211 | 0 | 133 | 41 | 24 | 502 | 123 | 54 |
| Binary | 11001101 | 10011 | 10001001 | 0 | 1011011 | 100001 | 10100 | 101000010 | 1010011 | 101100 |
Color Harmonies of #CD1389
Complementary color
Monochromatic Colors of #CD1389
Black with #CD1389
Text Example
Text Example
White with #CD1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1389; }
p { color: rgb(205,19,137); }
H1.HeaderClassName
{
color: #CD1389;
}
.AnyTagClassName
{
color: #CD1389;
}
</style>
background-color css
<style>
a { background-color: #CD1389; }
a { background-color: rgb(205,19,137); }
div.DivClassName
{
background-color: #CD1389;
}
.BgClassName
{
background-color: #CD1389;
}
</style>
border-color css
<style>
span { border-color: #CD1389; }
span { border-color: rgb(205,19,137); }
td.TdClassName
{
border-color: #CD1389;
}
.TagClassName
{
border-color: #CD1389;
}
</style>