Shades of Medium Violet Red #CD1C91
Tints of Medium Violet Red #CD1C91
RGB
CMYK
RGB Variations
Color information
#CD1C91 (or 0xCD1C91) is known color: Medium Violet Red. HEX triplet: CD, 1C and 91. RGB value is (205,28,145). Sum of RGB (Red+Green+Blue) = 205+28+145=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1C91 is #32E36E. Grayscale: #5D5D5D. Windows color (decimal): -3335023 or 9510093. OLE color: 9510093.
HSL color Cylindrical-coordinate representation of color #CD1C91: hue angle of 320.34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1C91 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 28 | 145 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.20 |
| HSL | 320.34º | 0.76% | 0.46% | - |
| HSV(B) | 320.34º | 0.86% | 0.8% | - |
| XYZ | 30.7 | 15.85 | 28.23 | - |
| YUV | 94.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 28 | 145 | 0 | 0.86 | 0.29 | 0.20 | 320.34 | 0.76 | 0.46 |
| Hex | CD | 1C | 91 | 0 | 56 | 1D | 14 | 140 | 4C | 2E |
| Octal | 315 | 34 | 221 | 0 | 126 | 35 | 24 | 500 | 114 | 56 |
| Binary | 11001101 | 11100 | 10010001 | 0 | 1010110 | 11101 | 10100 | 101000000 | 1001100 | 101110 |
Color Harmonies of #CD1C91
Complementary color
Monochromatic Colors of #CD1C91
Black with #CD1C91
Text Example
Text Example
White with #CD1C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1C91; }
p { color: rgb(205,28,145); }
H1.HeaderClassName
{
color: #CD1C91;
}
.AnyTagClassName
{
color: #CD1C91;
}
</style>
background-color css
<style>
a { background-color: #CD1C91; }
a { background-color: rgb(205,28,145); }
div.DivClassName
{
background-color: #CD1C91;
}
.BgClassName
{
background-color: #CD1C91;
}
</style>
border-color css
<style>
span { border-color: #CD1C91; }
span { border-color: rgb(205,28,145); }
td.TdClassName
{
border-color: #CD1C91;
}
.TagClassName
{
border-color: #CD1C91;
}
</style>