Shades of Medium Violet Red #CD1F90
Tints of Medium Violet Red #CD1F90
RGB
CMYK
RGB Variations
Color information
#CD1F90 (or 0xCD1F90) is known color: Medium Violet Red. HEX triplet: CD, 1F and 90. RGB value is (205,31,144). Sum of RGB (Red+Green+Blue) = 205+31+144=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1F90 is #32E06F. Grayscale: #5F5F5F. Windows color (decimal): -3334256 or 9445325. OLE color: 9445325.
HSL color Cylindrical-coordinate representation of color #CD1F90: hue angle of 321.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1F90 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 31 | 144 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.20 |
| HSL | 321.03º | 0.74% | 0.46% | - |
| HSV(B) | 321.03º | 0.85% | 0.8% | - |
| XYZ | 30.7 | 15.97 | 27.85 | - |
| YUV | 95.91 | 155.15 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 31 | 144 | 0 | 0.85 | 0.30 | 0.20 | 321.03 | 0.74 | 0.46 |
| Hex | CD | 1F | 90 | 0 | 55 | 1E | 14 | 141 | 4A | 2E |
| Octal | 315 | 37 | 220 | 0 | 125 | 36 | 24 | 501 | 112 | 56 |
| Binary | 11001101 | 11111 | 10010000 | 0 | 1010101 | 11110 | 10100 | 101000001 | 1001010 | 101110 |
Color Harmonies of #CD1F90
Complementary color
Monochromatic Colors of #CD1F90
Black with #CD1F90
Text Example
Text Example
White with #CD1F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1F90; }
p { color: rgb(205,31,144); }
H1.HeaderClassName
{
color: #CD1F90;
}
.AnyTagClassName
{
color: #CD1F90;
}
</style>
background-color css
<style>
a { background-color: #CD1F90; }
a { background-color: rgb(205,31,144); }
div.DivClassName
{
background-color: #CD1F90;
}
.BgClassName
{
background-color: #CD1F90;
}
</style>
border-color css
<style>
span { border-color: #CD1F90; }
span { border-color: rgb(205,31,144); }
td.TdClassName
{
border-color: #CD1F90;
}
.TagClassName
{
border-color: #CD1F90;
}
</style>