Shades of Medium Violet Red #CD0076
Tints of Medium Violet Red #CD0076
RGB
CMYK
RGB Variations
Color information
#CD0076 (or 0xCD0076) is known color: Medium Violet Red. HEX triplet: CD, 00 and 76. RGB value is (205,0,118). Sum of RGB (Red+Green+Blue) = 205+0+118=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0076 is #32FF89. Grayscale: #4A4A4A. Windows color (decimal): -3342218 or 7733453. OLE color: 7733453.
HSL color Cylindrical-coordinate representation of color #CD0076: hue angle of 325.46º 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 #CD0076 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.42 | 0.20 |
| HSL | 325.46º | 1% | 0.4% | - |
| HSV(B) | 325.46º | 1% | 0.8% | - |
| XYZ | 28.45 | 14.29 | 18.4 | - |
| YUV | 74.75 | 152.42 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 118 | 0 | 1 | 0.42 | 0.20 | 325.46 | 1 | 0.4 |
| Hex | CD | 0 | 76 | 0 | 64 | 2A | 14 | 145 | 64 | 28 |
| Octal | 315 | 0 | 166 | 0 | 144 | 52 | 24 | 505 | 144 | 50 |
| Binary | 11001101 | 0 | 1110110 | 0 | 1100100 | 101010 | 10100 | 101000101 | 1100100 | 101000 |
Color Harmonies of #CD0076
Complementary color
Monochromatic Colors of #CD0076
Black with #CD0076
Text Example
Text Example
White with #CD0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0076; }
p { color: rgb(205,0,118); }
H1.HeaderClassName
{
color: #CD0076;
}
.AnyTagClassName
{
color: #CD0076;
}
</style>
background-color css
<style>
a { background-color: #CD0076; }
a { background-color: rgb(205,0,118); }
div.DivClassName
{
background-color: #CD0076;
}
.BgClassName
{
background-color: #CD0076;
}
</style>
border-color css
<style>
span { border-color: #CD0076; }
span { border-color: rgb(205,0,118); }
td.TdClassName
{
border-color: #CD0076;
}
.TagClassName
{
border-color: #CD0076;
}
</style>