Shades of Medium Violet Red #CD2076
Tints of Medium Violet Red #CD2076
RGB
CMYK
RGB Variations
Color information
#CD2076 (or 0xCD2076) is known color: Medium Violet Red. HEX triplet: CD, 20 and 76. RGB value is (205,32,118). Sum of RGB (Red+Green+Blue) = 205+32+118=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2076 is #32DF89. Grayscale: #5D5D5D. Windows color (decimal): -3334026 or 7741645. OLE color: 7741645.
HSL color Cylindrical-coordinate representation of color #CD2076: hue angle of 330.17º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2076 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 118 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.20 |
| HSL | 330.17º | 0.73% | 0.46% | - |
| HSV(B) | 330.17º | 0.84% | 0.8% | - |
| XYZ | 28.96 | 15.32 | 18.57 | - |
| YUV | 93.53 | 141.81 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 118 | 0 | 0.84 | 0.42 | 0.20 | 330.17 | 0.73 | 0.46 |
| Hex | CD | 20 | 76 | 0 | 54 | 2A | 14 | 14A | 49 | 2E |
| Octal | 315 | 40 | 166 | 0 | 124 | 52 | 24 | 512 | 111 | 56 |
| Binary | 11001101 | 100000 | 1110110 | 0 | 1010100 | 101010 | 10100 | 101001010 | 1001001 | 101110 |
Color Harmonies of #CD2076
Complementary color
Monochromatic Colors of #CD2076
Black with #CD2076
Text Example
Text Example
White with #CD2076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2076; }
p { color: rgb(205,32,118); }
H1.HeaderClassName
{
color: #CD2076;
}
.AnyTagClassName
{
color: #CD2076;
}
</style>
background-color css
<style>
a { background-color: #CD2076; }
a { background-color: rgb(205,32,118); }
div.DivClassName
{
background-color: #CD2076;
}
.BgClassName
{
background-color: #CD2076;
}
</style>
border-color css
<style>
span { border-color: #CD2076; }
span { border-color: rgb(205,32,118); }
td.TdClassName
{
border-color: #CD2076;
}
.TagClassName
{
border-color: #CD2076;
}
</style>