Shades of Medium Violet Red #CD079E
Tints of Medium Violet Red #CD079E
RGB
CMYK
RGB Variations
Color information
#CD079E (or 0xCD079E) is known color: Medium Violet Red. HEX triplet: CD, 07 and 9E. RGB value is (205,7,158). Sum of RGB (Red+Green+Blue) = 205+7+158=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD079E is #32F861. Grayscale: #535353. Windows color (decimal): -3340386 or 10356685. OLE color: 10356685.
HSL color Cylindrical-coordinate representation of color #CD079E: hue angle of 314.24º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD079E is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 158 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.20 |
| HSL | 314.24º | 0.93% | 0.42% | - |
| HSV(B) | 314.24º | 0.97% | 0.8% | - |
| XYZ | 31.42 | 15.6 | 33.7 | - |
| YUV | 83.42 | 170.1 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 158 | 0 | 0.97 | 0.23 | 0.20 | 314.24 | 0.93 | 0.42 |
| Hex | CD | 7 | 9E | 0 | 61 | 17 | 14 | 13A | 5D | 2A |
| Octal | 315 | 7 | 236 | 0 | 141 | 27 | 24 | 472 | 135 | 52 |
| Binary | 11001101 | 111 | 10011110 | 0 | 1100001 | 10111 | 10100 | 100111010 | 1011101 | 101010 |
Color Harmonies of #CD079E
Complementary color
Monochromatic Colors of #CD079E
Black with #CD079E
Text Example
Text Example
White with #CD079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD079E; }
p { color: rgb(205,7,158); }
H1.HeaderClassName
{
color: #CD079E;
}
.AnyTagClassName
{
color: #CD079E;
}
</style>
background-color css
<style>
a { background-color: #CD079E; }
a { background-color: rgb(205,7,158); }
div.DivClassName
{
background-color: #CD079E;
}
.BgClassName
{
background-color: #CD079E;
}
</style>
border-color css
<style>
span { border-color: #CD079E; }
span { border-color: rgb(205,7,158); }
td.TdClassName
{
border-color: #CD079E;
}
.TagClassName
{
border-color: #CD079E;
}
</style>