Shades of Medium Violet Red #CF078A
Tints of Medium Violet Red #CF078A
RGB
CMYK
RGB Variations
Color information
#CF078A (or 0xCF078A) is known color: Medium Violet Red. HEX triplet: CF, 07 and 8A. RGB value is (207,7,138). Sum of RGB (Red+Green+Blue) = 207+7+138=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF078A is #30F875. Grayscale: #515151. Windows color (decimal): -3209334 or 9045967. OLE color: 9045967.
HSL color Cylindrical-coordinate representation of color #CF078A: hue angle of 320.7º 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 #CF078A is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 138 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.19 |
| HSL | 320.7º | 0.93% | 0.42% | - |
| HSV(B) | 320.7º | 0.97% | 0.81% | - |
| XYZ | 30.4 | 15.25 | 25.39 | - |
| YUV | 81.73 | 159.76 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 138 | 0 | 0.97 | 0.33 | 0.19 | 320.7 | 0.93 | 0.42 |
| Hex | CF | 7 | 8A | 0 | 61 | 21 | 13 | 141 | 5D | 2A |
| Octal | 317 | 7 | 212 | 0 | 141 | 41 | 23 | 501 | 135 | 52 |
| Binary | 11001111 | 111 | 10001010 | 0 | 1100001 | 100001 | 10011 | 101000001 | 1011101 | 101010 |
Color Harmonies of #CF078A
Complementary color
Monochromatic Colors of #CF078A
Black with #CF078A
Text Example
Text Example
White with #CF078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF078A; }
p { color: rgb(207,7,138); }
H1.HeaderClassName
{
color: #CF078A;
}
.AnyTagClassName
{
color: #CF078A;
}
</style>
background-color css
<style>
a { background-color: #CF078A; }
a { background-color: rgb(207,7,138); }
div.DivClassName
{
background-color: #CF078A;
}
.BgClassName
{
background-color: #CF078A;
}
</style>
border-color css
<style>
span { border-color: #CF078A; }
span { border-color: rgb(207,7,138); }
td.TdClassName
{
border-color: #CF078A;
}
.TagClassName
{
border-color: #CF078A;
}
</style>