Shades of Medium Violet Red #CF078D
Tints of Medium Violet Red #CF078D
RGB
CMYK
RGB Variations
Color information
#CF078D (or 0xCF078D) is known color: Medium Violet Red. HEX triplet: CF, 07 and 8D. RGB value is (207,7,141). Sum of RGB (Red+Green+Blue) = 207+7+141=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF078D is #30F872. Grayscale: #515151. Windows color (decimal): -3209331 or 9242575. OLE color: 9242575.
HSL color Cylindrical-coordinate representation of color #CF078D: hue angle of 319.8º 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 #CF078D is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.19 |
| HSL | 319.8º | 0.93% | 0.42% | - |
| HSV(B) | 319.8º | 0.97% | 0.81% | - |
| XYZ | 30.62 | 15.34 | 26.55 | - |
| YUV | 82.08 | 161.26 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 141 | 0 | 0.97 | 0.32 | 0.19 | 319.8 | 0.93 | 0.42 |
| Hex | CF | 7 | 8D | 0 | 61 | 20 | 13 | 140 | 5D | 2A |
| Octal | 317 | 7 | 215 | 0 | 141 | 40 | 23 | 500 | 135 | 52 |
| Binary | 11001111 | 111 | 10001101 | 0 | 1100001 | 100000 | 10011 | 101000000 | 1011101 | 101010 |
Color Harmonies of #CF078D
Complementary color
Monochromatic Colors of #CF078D
Black with #CF078D
Text Example
Text Example
White with #CF078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF078D; }
p { color: rgb(207,7,141); }
H1.HeaderClassName
{
color: #CF078D;
}
.AnyTagClassName
{
color: #CF078D;
}
</style>
background-color css
<style>
a { background-color: #CF078D; }
a { background-color: rgb(207,7,141); }
div.DivClassName
{
background-color: #CF078D;
}
.BgClassName
{
background-color: #CF078D;
}
</style>
border-color css
<style>
span { border-color: #CF078D; }
span { border-color: rgb(207,7,141); }
td.TdClassName
{
border-color: #CF078D;
}
.TagClassName
{
border-color: #CF078D;
}
</style>