Shades of Medium Violet Red #CD1577
Tints of Medium Violet Red #CD1577
RGB
CMYK
RGB Variations
Color information
#CD1577 (or 0xCD1577) is known color: Medium Violet Red. HEX triplet: CD, 15 and 77. RGB value is (205,21,119). Sum of RGB (Red+Green+Blue) = 205+21+119=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1577 is #32EA88. Grayscale: #565656. Windows color (decimal): -3336841 or 7804365. OLE color: 7804365.
HSL color Cylindrical-coordinate representation of color #CD1577: hue angle of 328.04º 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 #CD1577 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 119 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.20 |
| HSL | 328.04º | 0.81% | 0.44% | - |
| HSV(B) | 328.04º | 0.9% | 0.8% | - |
| XYZ | 28.77 | 14.85 | 18.8 | - |
| YUV | 87.19 | 145.96 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 119 | 0 | 0.90 | 0.42 | 0.20 | 328.04 | 0.81 | 0.44 |
| Hex | CD | 15 | 77 | 0 | 5A | 2A | 14 | 148 | 51 | 2C |
| Octal | 315 | 25 | 167 | 0 | 132 | 52 | 24 | 510 | 121 | 54 |
| Binary | 11001101 | 10101 | 1110111 | 0 | 1011010 | 101010 | 10100 | 101001000 | 1010001 | 101100 |
Color Harmonies of #CD1577
Complementary color
Monochromatic Colors of #CD1577
Black with #CD1577
Text Example
Text Example
White with #CD1577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1577; }
p { color: rgb(205,21,119); }
H1.HeaderClassName
{
color: #CD1577;
}
.AnyTagClassName
{
color: #CD1577;
}
</style>
background-color css
<style>
a { background-color: #CD1577; }
a { background-color: rgb(205,21,119); }
div.DivClassName
{
background-color: #CD1577;
}
.BgClassName
{
background-color: #CD1577;
}
</style>
border-color css
<style>
span { border-color: #CD1577; }
span { border-color: rgb(205,21,119); }
td.TdClassName
{
border-color: #CD1577;
}
.TagClassName
{
border-color: #CD1577;
}
</style>