Shades of Medium Violet Red #CD2074
Tints of Medium Violet Red #CD2074
RGB
CMYK
RGB Variations
Color information
#CD2074 (or 0xCD2074) is known color: Medium Violet Red. HEX triplet: CD, 20 and 74. RGB value is (205,32,116). Sum of RGB (Red+Green+Blue) = 205+32+116=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2074 is #32DF8B. Grayscale: #5D5D5D. Windows color (decimal): -3334028 or 7610573. OLE color: 7610573.
HSL color Cylindrical-coordinate representation of color #CD2074: hue angle of 330.87º 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 #CD2074 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 116 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.20 |
| HSL | 330.87º | 0.73% | 0.46% | - |
| HSV(B) | 330.87º | 0.84% | 0.8% | - |
| XYZ | 28.85 | 15.27 | 17.95 | - |
| YUV | 93.3 | 140.81 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 116 | 0 | 0.84 | 0.43 | 0.20 | 330.87 | 0.73 | 0.46 |
| Hex | CD | 20 | 74 | 0 | 54 | 2B | 14 | 14B | 49 | 2E |
| Octal | 315 | 40 | 164 | 0 | 124 | 53 | 24 | 513 | 111 | 56 |
| Binary | 11001101 | 100000 | 1110100 | 0 | 1010100 | 101011 | 10100 | 101001011 | 1001001 | 101110 |
Color Harmonies of #CD2074
Complementary color
Monochromatic Colors of #CD2074
Black with #CD2074
Text Example
Text Example
White with #CD2074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2074; }
p { color: rgb(205,32,116); }
H1.HeaderClassName
{
color: #CD2074;
}
.AnyTagClassName
{
color: #CD2074;
}
</style>
background-color css
<style>
a { background-color: #CD2074; }
a { background-color: rgb(205,32,116); }
div.DivClassName
{
background-color: #CD2074;
}
.BgClassName
{
background-color: #CD2074;
}
</style>
border-color css
<style>
span { border-color: #CD2074; }
span { border-color: rgb(205,32,116); }
td.TdClassName
{
border-color: #CD2074;
}
.TagClassName
{
border-color: #CD2074;
}
</style>