Shades of Medium Violet Red #CD1770
Tints of Medium Violet Red #CD1770
RGB
CMYK
RGB Variations
Color information
#CD1770 (or 0xCD1770) is known color: Medium Violet Red. HEX triplet: CD, 17 and 70. RGB value is (205,23,112). Sum of RGB (Red+Green+Blue) = 205+23+112=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1770 is #32E88F. Grayscale: #575757. Windows color (decimal): -3336336 or 7346125. OLE color: 7346125.
HSL color Cylindrical-coordinate representation of color #CD1770: hue angle of 330.66º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1770 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 112 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.20 |
| HSL | 330.66º | 0.8% | 0.45% | - |
| HSV(B) | 330.66º | 0.89% | 0.8% | - |
| XYZ | 28.41 | 14.76 | 16.68 | - |
| YUV | 87.56 | 141.8 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 112 | 0 | 0.89 | 0.45 | 0.20 | 330.66 | 0.8 | 0.45 |
| Hex | CD | 17 | 70 | 0 | 59 | 2D | 14 | 14B | 50 | 2D |
| Octal | 315 | 27 | 160 | 0 | 131 | 55 | 24 | 513 | 120 | 55 |
| Binary | 11001101 | 10111 | 1110000 | 0 | 1011001 | 101101 | 10100 | 101001011 | 1010000 | 101101 |
Color Harmonies of #CD1770
Complementary color
Monochromatic Colors of #CD1770
Black with #CD1770
Text Example
Text Example
White with #CD1770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1770; }
p { color: rgb(205,23,112); }
H1.HeaderClassName
{
color: #CD1770;
}
.AnyTagClassName
{
color: #CD1770;
}
</style>
background-color css
<style>
a { background-color: #CD1770; }
a { background-color: rgb(205,23,112); }
div.DivClassName
{
background-color: #CD1770;
}
.BgClassName
{
background-color: #CD1770;
}
</style>
border-color css
<style>
span { border-color: #CD1770; }
span { border-color: rgb(205,23,112); }
td.TdClassName
{
border-color: #CD1770;
}
.TagClassName
{
border-color: #CD1770;
}
</style>