Shades of Medium Violet Red #CD1574
Tints of Medium Violet Red #CD1574
RGB
CMYK
RGB Variations
Color information
#CD1574 (or 0xCD1574) is known color: Medium Violet Red. HEX triplet: CD, 15 and 74. RGB value is (205,21,116). Sum of RGB (Red+Green+Blue) = 205+21+116=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1574 is #32EA8B. Grayscale: #565656. Windows color (decimal): -3336844 or 7607757. OLE color: 7607757.
HSL color Cylindrical-coordinate representation of color #CD1574: hue angle of 329.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1574 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 116 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.20 |
| HSL | 329.02º | 0.81% | 0.44% | - |
| HSV(B) | 329.02º | 0.9% | 0.8% | - |
| XYZ | 28.6 | 14.78 | 17.87 | - |
| YUV | 86.85 | 144.46 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 116 | 0 | 0.90 | 0.43 | 0.20 | 329.02 | 0.81 | 0.44 |
| Hex | CD | 15 | 74 | 0 | 5A | 2B | 14 | 149 | 51 | 2C |
| Octal | 315 | 25 | 164 | 0 | 132 | 53 | 24 | 511 | 121 | 54 |
| Binary | 11001101 | 10101 | 1110100 | 0 | 1011010 | 101011 | 10100 | 101001001 | 1010001 | 101100 |
Color Harmonies of #CD1574
Complementary color
Monochromatic Colors of #CD1574
Black with #CD1574
Text Example
Text Example
White with #CD1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1574; }
p { color: rgb(205,21,116); }
H1.HeaderClassName
{
color: #CD1574;
}
.AnyTagClassName
{
color: #CD1574;
}
</style>
background-color css
<style>
a { background-color: #CD1574; }
a { background-color: rgb(205,21,116); }
div.DivClassName
{
background-color: #CD1574;
}
.BgClassName
{
background-color: #CD1574;
}
</style>
border-color css
<style>
span { border-color: #CD1574; }
span { border-color: rgb(205,21,116); }
td.TdClassName
{
border-color: #CD1574;
}
.TagClassName
{
border-color: #CD1574;
}
</style>