Shades of Medium Violet Red #CD1790
Tints of Medium Violet Red #CD1790
RGB
CMYK
RGB Variations
Color information
#CD1790 (or 0xCD1790) is known color: Medium Violet Red. HEX triplet: CD, 17 and 90. RGB value is (205,23,144). Sum of RGB (Red+Green+Blue) = 205+23+144=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1790 is #32E86F. Grayscale: #5A5A5A. Windows color (decimal): -3336304 or 9443277. OLE color: 9443277.
HSL color Cylindrical-coordinate representation of color #CD1790: hue angle of 320.11º 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 #CD1790 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 144 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.20 |
| HSL | 320.11º | 0.8% | 0.45% | - |
| HSV(B) | 320.11º | 0.89% | 0.8% | - |
| XYZ | 30.52 | 15.61 | 27.79 | - |
| YUV | 91.21 | 157.8 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 144 | 0 | 0.89 | 0.30 | 0.20 | 320.11 | 0.8 | 0.45 |
| Hex | CD | 17 | 90 | 0 | 59 | 1E | 14 | 140 | 50 | 2D |
| Octal | 315 | 27 | 220 | 0 | 131 | 36 | 24 | 500 | 120 | 55 |
| Binary | 11001101 | 10111 | 10010000 | 0 | 1011001 | 11110 | 10100 | 101000000 | 1010000 | 101101 |
Color Harmonies of #CD1790
Complementary color
Monochromatic Colors of #CD1790
Black with #CD1790
Text Example
Text Example
White with #CD1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1790; }
p { color: rgb(205,23,144); }
H1.HeaderClassName
{
color: #CD1790;
}
.AnyTagClassName
{
color: #CD1790;
}
</style>
background-color css
<style>
a { background-color: #CD1790; }
a { background-color: rgb(205,23,144); }
div.DivClassName
{
background-color: #CD1790;
}
.BgClassName
{
background-color: #CD1790;
}
</style>
border-color css
<style>
span { border-color: #CD1790; }
span { border-color: rgb(205,23,144); }
td.TdClassName
{
border-color: #CD1790;
}
.TagClassName
{
border-color: #CD1790;
}
</style>