Shades of Medium Violet Red #CF2079
Tints of Medium Violet Red #CF2079
RGB
CMYK
RGB Variations
Color information
#CF2079 (or 0xCF2079) is known color: Medium Violet Red. HEX triplet: CF, 20 and 79. RGB value is (207,32,121). Sum of RGB (Red+Green+Blue) = 207+32+121=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2079 is #30DF86. Grayscale: #5E5E5E. Windows color (decimal): -3202951 or 7938255. OLE color: 7938255.
HSL color Cylindrical-coordinate representation of color #CF2079: hue angle of 329.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2079 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 121 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.19 |
| HSL | 329.49º | 0.73% | 0.47% | - |
| HSV(B) | 329.49º | 0.85% | 0.81% | - |
| XYZ | 29.7 | 15.68 | 19.55 | - |
| YUV | 94.47 | 142.98 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 121 | 0 | 0.85 | 0.42 | 0.19 | 329.49 | 0.73 | 0.47 |
| Hex | CF | 20 | 79 | 0 | 55 | 2A | 13 | 149 | 49 | 2F |
| Octal | 317 | 40 | 171 | 0 | 125 | 52 | 23 | 511 | 111 | 57 |
| Binary | 11001111 | 100000 | 1111001 | 0 | 1010101 | 101010 | 10011 | 101001001 | 1001001 | 101111 |
Color Harmonies of #CF2079
Complementary color
Monochromatic Colors of #CF2079
Black with #CF2079
Text Example
Text Example
White with #CF2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2079; }
p { color: rgb(207,32,121); }
H1.HeaderClassName
{
color: #CF2079;
}
.AnyTagClassName
{
color: #CF2079;
}
</style>
background-color css
<style>
a { background-color: #CF2079; }
a { background-color: rgb(207,32,121); }
div.DivClassName
{
background-color: #CF2079;
}
.BgClassName
{
background-color: #CF2079;
}
</style>
border-color css
<style>
span { border-color: #CF2079; }
span { border-color: rgb(207,32,121); }
td.TdClassName
{
border-color: #CF2079;
}
.TagClassName
{
border-color: #CF2079;
}
</style>