Shades of Medium Violet Red #CF078F
Tints of Medium Violet Red #CF078F
RGB
CMYK
RGB Variations
Color information
#CF078F (or 0xCF078F) is known color: Medium Violet Red. HEX triplet: CF, 07 and 8F. RGB value is (207,7,143). Sum of RGB (Red+Green+Blue) = 207+7+143=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF078F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF078F is #30F870. Grayscale: #515151. Windows color (decimal): -3209329 or 9373647. OLE color: 9373647.
HSL color Cylindrical-coordinate representation of color #CF078F: hue angle of 319.2º 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 #CF078F is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 143 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.19 |
| HSL | 319.2º | 0.93% | 0.42% | - |
| HSV(B) | 319.2º | 0.97% | 0.81% | - |
| XYZ | 30.77 | 15.4 | 27.34 | - |
| YUV | 82.3 | 162.26 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 143 | 0 | 0.97 | 0.31 | 0.19 | 319.2 | 0.93 | 0.42 |
| Hex | CF | 7 | 8F | 0 | 61 | 1F | 13 | 13F | 5D | 2A |
| Octal | 317 | 7 | 217 | 0 | 141 | 37 | 23 | 477 | 135 | 52 |
| Binary | 11001111 | 111 | 10001111 | 0 | 1100001 | 11111 | 10011 | 100111111 | 1011101 | 101010 |
Color Harmonies of #CF078F
Complementary color
Monochromatic Colors of #CF078F
Black with #CF078F
Text Example
Text Example
White with #CF078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF078F; }
p { color: rgb(207,7,143); }
H1.HeaderClassName
{
color: #CF078F;
}
.AnyTagClassName
{
color: #CF078F;
}
</style>
background-color css
<style>
a { background-color: #CF078F; }
a { background-color: rgb(207,7,143); }
div.DivClassName
{
background-color: #CF078F;
}
.BgClassName
{
background-color: #CF078F;
}
</style>
border-color css
<style>
span { border-color: #CF078F; }
span { border-color: rgb(207,7,143); }
td.TdClassName
{
border-color: #CF078F;
}
.TagClassName
{
border-color: #CF078F;
}
</style>