Shades of Medium Violet Red #CF079F
Tints of Medium Violet Red #CF079F
RGB
CMYK
RGB Variations
Color information
#CF079F (or 0xCF079F) is known color: Medium Violet Red. HEX triplet: CF, 07 and 9F. RGB value is (207,7,159). Sum of RGB (Red+Green+Blue) = 207+7+159=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF079F is #30F860. Grayscale: #535353. Windows color (decimal): -3209313 or 10422223. OLE color: 10422223.
HSL color Cylindrical-coordinate representation of color #CF079F: hue angle of 314.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF079F is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.19 |
| HSL | 314.4º | 0.93% | 0.42% | - |
| HSV(B) | 314.4º | 0.97% | 0.81% | - |
| XYZ | 32.07 | 15.92 | 34.18 | - |
| YUV | 84.13 | 170.26 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 159 | 0 | 0.97 | 0.23 | 0.19 | 314.4 | 0.93 | 0.42 |
| Hex | CF | 7 | 9F | 0 | 61 | 17 | 13 | 13A | 5D | 2A |
| Octal | 317 | 7 | 237 | 0 | 141 | 27 | 23 | 472 | 135 | 52 |
| Binary | 11001111 | 111 | 10011111 | 0 | 1100001 | 10111 | 10011 | 100111010 | 1011101 | 101010 |
Color Harmonies of #CF079F
Complementary color
Monochromatic Colors of #CF079F
Black with #CF079F
Text Example
Text Example
White with #CF079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF079F; }
p { color: rgb(207,7,159); }
H1.HeaderClassName
{
color: #CF079F;
}
.AnyTagClassName
{
color: #CF079F;
}
</style>
background-color css
<style>
a { background-color: #CF079F; }
a { background-color: rgb(207,7,159); }
div.DivClassName
{
background-color: #CF079F;
}
.BgClassName
{
background-color: #CF079F;
}
</style>
border-color css
<style>
span { border-color: #CF079F; }
span { border-color: rgb(207,7,159); }
td.TdClassName
{
border-color: #CF079F;
}
.TagClassName
{
border-color: #CF079F;
}
</style>