Shades of Medium Violet Red #CD0077
Tints of Medium Violet Red #CD0077
RGB
CMYK
RGB Variations
Color information
#CD0077 (or 0xCD0077) is known color: Medium Violet Red. HEX triplet: CD, 00 and 77. RGB value is (205,0,119). Sum of RGB (Red+Green+Blue) = 205+0+119=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0077 is #32FF88. Grayscale: #4A4A4A. Windows color (decimal): -3342217 or 7798989. OLE color: 7798989.
HSL color Cylindrical-coordinate representation of color #CD0077: hue angle of 325.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0077 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.42 | 0.20 |
| HSL | 325.17º | 1% | 0.4% | - |
| HSV(B) | 325.17º | 1% | 0.8% | - |
| XYZ | 28.51 | 14.31 | 18.71 | - |
| YUV | 74.86 | 152.92 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 119 | 0 | 1 | 0.42 | 0.20 | 325.17 | 1 | 0.4 |
| Hex | CD | 0 | 77 | 0 | 64 | 2A | 14 | 145 | 64 | 28 |
| Octal | 315 | 0 | 167 | 0 | 144 | 52 | 24 | 505 | 144 | 50 |
| Binary | 11001101 | 0 | 1110111 | 0 | 1100100 | 101010 | 10100 | 101000101 | 1100100 | 101000 |
Color Harmonies of #CD0077
Complementary color
Monochromatic Colors of #CD0077
Black with #CD0077
Text Example
Text Example
White with #CD0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0077; }
p { color: rgb(205,0,119); }
H1.HeaderClassName
{
color: #CD0077;
}
.AnyTagClassName
{
color: #CD0077;
}
</style>
background-color css
<style>
a { background-color: #CD0077; }
a { background-color: rgb(205,0,119); }
div.DivClassName
{
background-color: #CD0077;
}
.BgClassName
{
background-color: #CD0077;
}
</style>
border-color css
<style>
span { border-color: #CD0077; }
span { border-color: rgb(205,0,119); }
td.TdClassName
{
border-color: #CD0077;
}
.TagClassName
{
border-color: #CD0077;
}
</style>